Skip to content

Commit

Permalink
Merge pull request #2971 from nf-core/dev
Browse files Browse the repository at this point in the history
dev -> master for 2.14.1
  • Loading branch information
mashehu authored May 9, 2024
2 parents 671e1df + 1b7612c commit 930ece5
Show file tree
Hide file tree
Showing 39 changed files with 1,890 additions and 2,626 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
sync:
needs: get-pipelines
# 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
runs-on: ${{ github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
# 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
runs-on: ${{github.event_name == 'release' && 'self-hosted' || github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
strategy:
matrix: ${{fromJson(needs.get-pipelines.outputs.matrix)}}
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_components_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: pip install nf-core

- name: Update modules
run: nf-core modules update --all
run: nf-core modules update --all --no-preview
working-directory: nf_core/pipeline-template

- name: Update subworkflows
run: nf-core subworkflows update --all
run: nf-core subworkflows update --all --no-preview
working-directory: nf_core/pipeline-template

# Commit the changes
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# nf-core/tools: Changelog

## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14) - [2024-05-07]
## [v2.14.1 - Tantalum Toad - Patch](https://github.com/nf-core/tools/releases/tag/2.14.1) - [2024-05-09]

### Template

- Don't cache pip in `linting.yml` ([#2961](https://github.com/nf-core/tools/pull/2961))

### General

- Fix update github action for components in pipeline template ([#2968](https://github.com/nf-core/tools/pull/2968))
- Run sync after release on self hosted runners ([#2970](https://github.com/nf-core/tools/pull/2970))

## [v2.14.0 - Tantalum Toad](https://github.com/nf-core/tools/releases/tag/2.14.0) - [2024-05-08]

### Template

Expand Down
148 changes: 74 additions & 74 deletions docs/images/nf-core-bump-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 34 additions & 34 deletions docs/images/nf-core-create-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 930ece5

Please sign in to comment.