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 4e76ad0 commit 683546aCopy full SHA for 683546a
.github/workflows/production.yaml
@@ -5,6 +5,10 @@ on:
5
types: [published]
6
7
jobs:
8
+ test:
9
+ uses: ./.github/workflows/test.yml
10
+ secrets: inherit
11
+
12
build-and-push:
13
runs-on: ubuntu-latest
14
needs: test
.github/workflows/staging.yaml
@@ -6,6 +6,10 @@ on:
- main
build-test-and-push:
15
0 commit comments