Skip to content

Commit

Permalink
Merge pull request #95 from nf-core/zn_download
Browse files Browse the repository at this point in the history
fix: limit downloads
  • Loading branch information
znorgaard authored Nov 22, 2024
2 parents 9aa88d0 + 0ae6de5 commit 78778df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
--container-system 'singularity' \
--container-library "quay.io" -l "docker.io" -l "community.wave.seqera.io" \
--container-cache-utilisation 'amend' \
--download-configuration 'yes'
--download-configuration 'yes' \
--parallel-downloads 1
- name: Inspect download
run: tree ./${{ env.REPOTITLE_LOWERCASE }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[1.0.2]](https://github.com/nf-core/fastquorum/releases/tag/1.0.2) -- 2024-11-15
## [[1.0.2]](https://github.com/nf-core/fastquorum/releases/tag/1.0.2) -- 2024-11-22

### Enhancements & fixes

Expand Down

0 comments on commit 78778df

Please sign in to comment.