Skip to content

Commit

Permalink
Stop running Pytests or pushing new API docs if only the changelog wa…
Browse files Browse the repository at this point in the history
…s updated.
  • Loading branch information
MatthiasZepper committed Aug 31, 2023
1 parent 7c0971b commit db04dd6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pytest-frozen-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:
push:
branches:
- dev
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
release:
types: [published]

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:
push:
branches:
- dev
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
release:
types: [published]

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tools-api-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- dev
paths-ignore:
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'CHANGELOG.md'
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### Download

- Improved container image resolution and prioritization of http downloads over Docker URIs ([#2364](https://github.com/nf-core/tools/pull/2364)).
- Explicit container registry specifications will be ignored, so registries provided with `-l`/`--container-library` are used instead. ([#2403](https://github.com/nf-core/tools/pull/2403)).
- Registries provided with `-l`/`--container-library` will be ignored for modules with explicit container registry specifications ([#2403](https://github.com/nf-core/tools/pull/2403)).

### Linting

Expand Down

0 comments on commit db04dd6

Please sign in to comment.