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 0bc61ab commit aa94bdcCopy full SHA for aa94bdc
.github/workflows/snapshot_release.yaml
@@ -42,7 +42,10 @@ 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: ${{cancelled() && matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
+ if: |
46
+ ${{ matrix.os == 'ubuntu-latest' }} &&
47
+ ${{ matrix.node == '15'}} &&
48
+ ${{ failure() }}
49
uses: actions/upload-artifact@v2
50
with:
51
name: Container UI
0 commit comments