Skip to content

Commit 930ece5

Browse files
authored
Merge pull request #2971 from nf-core/dev
dev -> master for 2.14.1
2 parents 671e1df + 1b7612c commit 930ece5

39 files changed

+1890
-2626
lines changed

.github/workflows/sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
4343
sync:
4444
needs: get-pipelines
45-
# use the runner given by the input if it is dispatched manually, run on github if it is a rerun or on self-hosted by default
46-
runs-on: ${{ github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
45+
# use the github runner on release otherwise use the runner given by the input if it is dispatched manually, run on github if it is a rerun or on self-hosted by default
46+
runs-on: ${{github.event_name == 'release' && 'self-hosted' || github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
4747
strategy:
4848
matrix: ${{fromJson(needs.get-pipelines.outputs.matrix)}}
4949
fail-fast: false

.github/workflows/update_components_template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
run: pip install nf-core
2323

2424
- name: Update modules
25-
run: nf-core modules update --all
25+
run: nf-core modules update --all --no-preview
2626
working-directory: nf_core/pipeline-template
2727

2828
- name: Update subworkflows
29-
run: nf-core subworkflows update --all
29+
run: nf-core subworkflows update --all --no-preview
3030
working-directory: nf_core/pipeline-template
3131

3232
# Commit the changes

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# nf-core/tools: Changelog
22

3-
## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14) - [2024-05-07]
3+
## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]
4+
5+
### Template
6+
7+
- Don't cache pip in `linting.yml` ([#2961](https://github.com/nf-core/tools/pull/2961))
8+
9+
### General
10+
11+
- Fix update github action for components in pipeline template ([#2968](https://github.com/nf-core/tools/pull/2968))
12+
- Run sync after release on self hosted runners ([#2970](https://github.com/nf-core/tools/pull/2970))
13+
14+
## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08]
415

516
### Template
617

docs/images/nf-core-bump-version.svg

+74-74
Loading

docs/images/nf-core-create-logo.svg

+34-34
Loading

0 commit comments

Comments
 (0)