Skip to content

Commit 80425ab

Browse files
authored
Fix syntax (#3550)
1 parent a562ed6 commit 80425ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
needs:
103103
- get-sha
104104
- set-env-name
105-
if: >
106-
${{ always() &&
105+
if: ${{
106+
always() &&
107107
needs.set-env-name.result == 'success' &&
108108
(github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' ||
109109
inputs.workflow == 'run-integration-tests-cf-env') }}
@@ -120,8 +120,8 @@ jobs:
120120
needs:
121121
- get-sha
122122
- set-env-name
123-
if: >
124-
${{ always() &&
123+
if: ${{
124+
always() &&
125125
needs.set-env-name.result == 'success' &&
126126
(github.event_name != 'workflow_dispatch' || inputs.workflow == 'all' ||
127127
inputs.workflow == 'run-integration-tests-cf-env-with-client-creds') }}

0 commit comments

Comments
 (0)