Skip to content

Commit

Permalink
Merge pull request #2755 from nf-core/fix-gha-runners
Browse files Browse the repository at this point in the history
Add Github Action to automatically cleanup ubuntu-latest runners to fix runner running out of diskspace errors
  • Loading branch information
apeltzer authored Feb 15, 2024
2 parents 5b8dca6 + b1c1410 commit 4d2ed49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Add empty line in README.md to fix badges. ([#2729](https://github.com/nf-core/tools/pull/2729))
- Replace automatic branch detection in `nf-core download` CI test with hardcoded `dev` and input. ([#2727](https://github.com/nf-core/tools/pull/2727))
- Add Github Action to automatically cleanup ubuntu-latest runners to fix runner running out of diskspace errors([#2755](https://github.com/nf-core/tools/issues/2755))

### Linting

Expand Down
3 changes: 3 additions & 0 deletions nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
version: "{% raw %}${{ matrix.NXF_VER }}{% endraw %}"

- name: Disk space cleanup
uses: jlumbroso/free-disk-space@v1.3.1

- name: Run pipeline with test data
# TODO nf-core: You can customise CI pipeline run tests as required
# For example: adding multiple test runs with different parameters
Expand Down

0 comments on commit 4d2ed49

Please sign in to comment.