Skip to content

Commit 89ad2ce

Browse files
committed
Fix missing conditional
1 parent efec6fd commit 89ad2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219

220220
# View the log file if the previous step fails:
221221
- name: 'View log file'
222+
if: failure()
222223
shell: bash
223224
run: |
224225
chmod +x $GITHUB_WORKSPACE/tools/ci/github/on_failure

0 commit comments

Comments
 (0)