File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9494 BRANCH_NAME : ${{ github.event.workflow_run.head_branch || github.head_ref || github.ref_name }}
9595 WAF_ENABLED : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.waf_enabled || false) || false }}
9696 EXP : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.EXP || false) || false }}
97- CLEANUP_RESOURCES : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.cleanup_resources || true ) || true }}
97+ CLEANUP_RESOURCES : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.cleanup_resources || false ) || true }}
9898 RUN_E2E_TESTS : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.run_e2e_tests || 'GoldenPath-Testing') || 'GoldenPath-Testing' }}
9999 BUILD_DOCKER_IMAGE : ${{ inputs.trigger_type == 'workflow_dispatch' && (inputs.build_docker_image || false) || false }}
100100
You can’t perform that action at this time.
0 commit comments