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 a562ed6 commit 80425abCopy full SHA for 80425ab
.github/workflows/tests-integration.yml
@@ -102,8 +102,8 @@ jobs:
102
needs:
103
- get-sha
104
- set-env-name
105
- if: >
106
- ${{ always() &&
+ if: ${{
+ always() &&
107
needs.set-env-name.result == 'success' &&
108
(github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' ||
109
inputs.workflow == 'run-integration-tests-cf-env') }}
@@ -120,8 +120,8 @@ jobs:
120
121
122
123
124
125
126
127
inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}
0 commit comments