Skip to content

Commit b1609a3

Browse files
committed
sync job names
1 parent 49516ae commit b1609a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-smoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
MANTECA_BASE_URL: ${{ secrets.MANTECA_BASE_URL }}
2323

2424
jobs:
25-
test_main:
25+
test:
2626
name: Smoke Test
2727
runs-on: ubuntu-latest
2828
env:
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
OPERATING_SYSTEM: "ubuntu"
5151

52-
test_main_up:
52+
test_up:
5353
name: Smoke Test UP Account
5454
runs-on: ubuntu-latest
5555
env:
@@ -78,7 +78,7 @@ jobs:
7878

7979
notify_for_failures:
8080
name: Notify for Failures
81-
needs: [test_main, test_main_up]
81+
needs: [test, test_up]
8282
if: failure()
8383
runs-on: ubuntu-latest
8484
steps:

0 commit comments

Comments
 (0)