diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841a37d6de..b00504ce7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: test # This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors on: - push: - branches: - - dev pull_request: release: types: [published] diff --git a/.nf-core.yml b/.nf-core.yml index 2bc4a45cc1..a6a655b221 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1,5 +1,6 @@ repository_type: pipeline lint: + actions_ci: False files_exist: - conf/modules.config files_unchanged: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e99c40129..539b938e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ Rapaselet is a delta formed by the RapaƤtno river between the Bielloriehppe mas - [#1202](https://github.com/nf-core/sarek/pull/1202) - Remove GHA step that caches Nextflow and bump other out of date actions - [#1203](https://github.com/nf-core/sarek/pull/1203) - Fix issue with Singularity containers on test profiles - [#1204](https://github.com/nf-core/sarek/pull/1204) - Fix issue with nf-validation: lane can be a requirement of bam too now +- [#1205](https://github.com/nf-core/sarek/pull/1205) - Less tests triggered ### Dependencies