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 1256990 commit a3bbbcdCopy full SHA for a3bbbcd
.github/workflows/deploy.yml
@@ -225,7 +225,7 @@ jobs:
225
needs:
226
- setup
227
- deploy-staging
228
- - ${{ fromJSON(format('["{0}"]', inputs.run-tests == true && 'run-pre-production-tests' || ''))[0] }}
+ - run-pre-production-tests
229
with:
230
evaluation_function_name: ${{ needs.setup.outputs.evaluation_function_name }}
231
template-repository-name: ${{ inputs.template-repository-name }}
0 commit comments