We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee7e67 commit 5a84135Copy full SHA for 5a84135
1 file changed
.github/workflows/reusable-storage-dependant-tests.yml
@@ -159,6 +159,7 @@ jobs:
159
docker stop $(docker ps -a -q)
160
161
- name: Temp log output
162
+ if: !cancelled()
163
run: |
164
echo "github event name: ${{ github.event_name }}"
165
echo "reproc step outcome: ${{ steps.reprocessing.outcome }}"
@@ -177,6 +178,7 @@ jobs:
177
178
retention-days: 1
179
180
181
182
183
184
0 commit comments