We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2f851 commit 0bc61abCopy full SHA for 0bc61ab
.github/workflows/snapshot_release.yaml
@@ -42,7 +42,7 @@ jobs:
42
if: ${{matrix.os == 'ubuntu-latest'}}
43
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
44
- name: Upload screenshot
45
- if: ${{matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
+ if: ${{cancelled() && matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
46
uses: actions/upload-artifact@v2
47
with:
48
name: Container UI
0 commit comments