Skip to content

Commit a3bbbcd

Browse files
committed
Removed test logic
1 parent 1256990 commit a3bbbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
needs:
226226
- setup
227227
- deploy-staging
228-
- ${{ fromJSON(format('["{0}"]', inputs.run-tests == true && 'run-pre-production-tests' || ''))[0] }}
228+
- run-pre-production-tests
229229
with:
230230
evaluation_function_name: ${{ needs.setup.outputs.evaluation_function_name }}
231231
template-repository-name: ${{ inputs.template-repository-name }}

0 commit comments

Comments
 (0)