We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87e745 commit ea46b30Copy full SHA for ea46b30
.github/workflows/production.yaml
@@ -9,7 +9,7 @@ jobs:
9
uses: ./.github/workflows/test.yaml
10
secrets: inherit
11
12
- build-and-push:
+ build-and-push-to-production:
13
runs-on: ubuntu-latest
14
needs: test
15
.github/workflows/staging.yaml
@@ -10,7 +10,7 @@ jobs:
- build-test-and-push:
+ build-and-push-to-staging:
16
0 commit comments