File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 needs :
102102 - get-sha
103103 - set-env-name
104- if : ${{ always() && (inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env') }}
104+ if : ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env') }}
105105 uses : ./.github/workflows/tests-integration-reusable.yml
106106 with :
107107 name : Integration
@@ -115,7 +115,7 @@ jobs:
115115 needs :
116116 - get-sha
117117 - set-env-name
118- if : ${{ always() && (inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
118+ if : ${{ always() && (github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' || inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
119119 uses : ./.github/workflows/tests-integration-reusable.yml
120120 with :
121121 name : Integration client creds
You can’t perform that action at this time.
0 commit comments