Skip to content

Commit

Permalink
Remove push triggers and pull request types from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Jan 27, 2025
1 parent 59af034 commit 911b139
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Template

- 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))

### Linting

### Modules
Expand Down Expand Up @@ -44,7 +46,6 @@

- Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374))
- Fix faulty Download Test Action to ensure that setup and test run as one job and on the same runner ([#3389](https://github.com/nf-core/tools/pull/3389))
- Remove the on_pull_request_target trigger from the download test. ([#3399](https://github.com/nf-core/tools/pull/3399))

### Modules

Expand Down
3 changes: 0 additions & 3 deletions nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: nf-core CI
# {% raw %}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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
required: true
default: "dev"
pull_request:
types:
- opened
- synchronize
branches:
- main
- master
Expand Down
3 changes: 0 additions & 3 deletions nf_core/pipeline-template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: nf-core linting
# It runs the `nf-core pipelines lint` and markdown lint tests to ensure
# that the code meets the nf-core guidelines. {%- raw %}
on:
push:
branches:
- dev
pull_request:
release:
types: [published]
Expand Down

0 comments on commit 911b139

Please sign in to comment.