You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/pytest.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ jobs:
75
75
name: Run ${{matrix.test}} with Python ${{ needs.setup.outputs.python-version }} on ${{ needs.setup.outputs.runner }}
76
76
needs: [setup, list_tests]
77
77
if: ${{ needs.setup.outputs.run-tests }}
78
-
# run on self-hosted runners for test_components.py (because of the gitlab branch), based on the input if it is dispatched manually, on github if it is a rerun or on self-hosted by default
# run on self-hosted runners for test_components_generate_snapshot.py (because of the gitlab branch), based on the input if it is dispatched manually, on github if it is a rerun or on self-hosted by default
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,14 @@
5
5
### Template
6
6
7
7
- Remove the on `pull_request_target` trigger and `pull_request` types from the download test. Also drop `push` triggers on other CI tests. ([#3399](https://github.com/nf-core/tools/pull/3399))
8
+
- Add nf-core template version badges to README ([#3396](https://github.com/nf-core/tools/pull/3396))
8
9
9
10
### Linting
10
11
11
12
- Add linting for ifEmpty(null) ([#3411](https://github.com/nf-core/tools/pull/3411))
- Use outputs instead of the environment to pass around values between steps in the Download Test Action ([#3351](https://github.com/nf-core/tools/pull/3351))
78
83
- Fix pre commit template ([#3358](https://github.com/nf-core/tools/pull/3358))
79
84
- Set LICENSE copyright to nf-core community ([#3366](https://github.com/nf-core/tools/pull/3366))
80
-
-fix including modules.config ([#3356](https://github.com/nf-core/tools/pull/3356))
85
+
-Fix including modules.config ([#3356](https://github.com/nf-core/tools/pull/3356))
If you would like to contribute to this package, please see the [contributing guidelines](.github/CONTRIBUTING.md).
64
+
If you would like to contribute to this package, please see the [contributing guidelines](CONTRIBUTING.md).
65
65
66
66
For further information or help, don't hesitate to get in touch on the [Slack `#tools` channel](https://nfcore.slack.com/channels/tools) (you can join with [this invite](https://nf-co.re/join/slack)).
0 commit comments