ci: only upload artifacts for vm checks
This commit is contained in:
parent
cc6776ec1b
commit
a0f5497e25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue