Skip to content

Commit 5a84135

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

179180
- name: Temp log output
181+
if: !cancelled()
180182
run: |
181183
echo "github event name: ${{ github.event_name }}"
182184
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"

0 commit comments

Comments
 (0)