Skip to content

Commit

Permalink
Specify job names (#387)
Browse files Browse the repository at this point in the history
* Specify job names

* Update regression-test-AT24.yaml
  • Loading branch information
acn-sbuad authored Jan 24, 2024
1 parent e56609d commit cfa975c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-test-AT23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- cron: '0 12 * * 1-5'

jobs:
at22:
at23:
uses: ./.github/workflows/regression-test-ATX.yml
with:
environment: AT23
secrets: inherit
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/regression-test-AT24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- cron: '0 12 * * 1-5'

jobs:
at22:
at24:
uses: ./.github/workflows/regression-test-ATX.yml
with:
environment: AT24
secrets: inherit
secrets: inherit

0 comments on commit cfa975c

Please sign in to comment.