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