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 ff7b4ba commit 1256990Copy full SHA for 1256990
.github/workflows/deploy.yml
@@ -222,7 +222,7 @@ jobs:
222
(!inputs.run-tests && needs.deploy-staging.result == 'success')
223
) }}
224
uses: ./.github/workflows/production_deploy.yml
225
- needs:
+ needs:
226
- setup
227
- deploy-staging
228
- ${{ fromJSON(format('["{0}"]', inputs.run-tests == true && 'run-pre-production-tests' || ''))[0] }}
0 commit comments