Skip to content

Commit 6b01a37

Browse files
committed
.github: upload test logs on failure
Upload test logs when they are the most useful. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 623894e commit 6b01a37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
../run_qemu/run_qemu.sh ${{ matrix.run_opts }} --no-kvm
182182
183183
- name: upload test logs
184+
if: ${{ !cancelled() }}
184185
uses: actions/upload-artifact@v4
185186
with:
186187
name: logs ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)