Skip to content

Commit aa94bdc

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ 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: ${{cancelled() && matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
45+
if: |
46+
${{ matrix.os == 'ubuntu-latest' }} &&
47+
${{ matrix.node == '15'}} &&
48+
${{ failure() }}
4649
uses: actions/upload-artifact@v2
4750
with:
4851
name: Container UI

0 commit comments

Comments
 (0)