Skip to content

Commit a47a512

Browse files
authored
ci: always upload logs unless cancelled (#480)
1 parent e55d023 commit a47a512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snapshot-verify.yml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191

9292
- name: Upload logs
9393
uses: actions/[email protected]
94+
if: ${{ !cancelled() }}
9495
with:
9596
name: verify-snapshot-output-${{ matrix.os }}
9697
path: ${{ github.workspace }}/output

0 commit comments

Comments
 (0)