ci: only upload artefacts for ubuntu and stable
This commit is contained in:
parent
c4a634659d
commit
df2296ce3e
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
snakemake -call all --configfile config/test/config.perfect.yaml --rerun-triggers=mtime
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4.3.0
|
||||
with:
|
||||
name: resources-results
|
||||
path: |
|
||||
@ -106,3 +106,4 @@ jobs:
|
||||
results
|
||||
if-no-files-found: warn
|
||||
retention-days: 1
|
||||
if: matrix.os == 'ubuntu' && matrix.inhouse == 'stable'
|
||||
|
Loading…
Reference in New Issue
Block a user