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 19e8f5e commit ff7b4baCopy full SHA for ff7b4ba
.github/workflows/deploy.yml
@@ -222,10 +222,10 @@ 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
- - ${{ (inputs.run-tests == true) && 'run-pre-production-tests' || '' }}
+ - ${{ fromJSON(format('["{0}"]', inputs.run-tests == true && 'run-pre-production-tests' || ''))[0] }}
229
with:
230
evaluation_function_name: ${{ needs.setup.outputs.evaluation_function_name }}
231
template-repository-name: ${{ inputs.template-repository-name }}
0 commit comments