Skip to content

Commit 0bc61ab

Browse files
committed
Fixing e2e demo
1 parent bc2f851 commit 0bc61ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{matrix.os == 'ubuntu-latest'}}
4343
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
4444
- name: Upload screenshot
45-
if: ${{matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
45+
if: ${{cancelled() && matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
4646
uses: actions/upload-artifact@v2
4747
with:
4848
name: Container UI

0 commit comments

Comments
 (0)