Skip to content

Commit

Permalink
ci: Avoid running tests on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 1, 2024
1 parent 7a9c19e commit c08a817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: nf-core CI
# This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
pull_request:
paths-ignore:
- "docs/**"
release:
types: [published]
merge_group:
Expand Down

0 comments on commit c08a817

Please sign in to comment.