We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54210c7 commit 15c39faCopy full SHA for 15c39fa
.github/workflows/tests-integration.yml
@@ -103,8 +103,8 @@ jobs:
103
needs:
104
- get-sha
105
- set-env-name
106
- if: >
107
- ${{ always() &&
+ if: ${{
+ always() &&
108
needs.set-env-name.result == 'success' &&
109
(github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' ||
110
inputs.workflow == 'run-integration-tests-cf-env') }}
@@ -121,8 +121,8 @@ jobs:
121
122
123
124
125
126
127
128
inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
0 commit comments