Skip to content

Commit ea46b30

Browse files
committed
better names for workflow jobs
1 parent e87e745 commit ea46b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: ./.github/workflows/test.yaml
1010
secrets: inherit
1111

12-
build-and-push:
12+
build-and-push-to-production:
1313
runs-on: ubuntu-latest
1414
needs: test
1515

.github/workflows/staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/test.yaml
1111
secrets: inherit
1212

13-
build-test-and-push:
13+
build-and-push-to-staging:
1414
runs-on: ubuntu-latest
1515
needs: test
1616

0 commit comments

Comments
 (0)