Skip to content

Commit ed7a540

Browse files
committed
Add if-s to temp log output
1 parent 5a84135 commit ed7a540

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
docker stop $(docker ps -a -q)
160160
161161
- name: Temp log output
162-
if: !cancelled()
162+
if: |
163+
!cancelled()
163164
run: |
164165
echo "github event name: ${{ github.event_name }}"
165166
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
@@ -178,7 +179,8 @@ jobs:
178179
retention-days: 1
179180

180181
- name: Temp log output
181-
if: !cancelled()
182+
if: |
183+
!cancelled()
182184
run: |
183185
echo "github event name: ${{ github.event_name }}"
184186
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"

0 commit comments

Comments
 (0)