ci: only upload artifacts for vm checks

This commit is contained in:
ibizaman 2025-10-04 23:01:21 +02:00 committed by Pierre Penninckx
parent cc6776ec1b
commit a0f5497e25

View file

@ -123,7 +123,7 @@ jobs:
nix build --print-build-logs --show-trace --keep-outputs --keep-failed .#checks.x86_64-linux.${{ matrix.check }}
- name: Upload Build Result
uses: actions/upload-artifact@v4
if: always()
if: startsWith(matrix.check, 'vm_')
with:
name: ${{ matrix.check }}
path: ${{ env.resultPath }}/trace/*