Skip to content

Commit

Permalink
don't run GPU nf-test if only meta.yml was changed
Browse files Browse the repository at this point in the history
extends nf-core#7406
  • Loading branch information
maxulysse authored Feb 28, 2025
1 parent 09f36ce commit 38fa70a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ on:
branches:
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- "renovate/**" # branches Renovate creates
paths-ignore:
- "**/meta.yml"
pull_request:
branches: [master]
paths:
- ".github/workflows/gpu-tests.yml"
- "modules/nf-core/parabricks/**"
paths-ignore:
- "**/meta.yml"
merge_group:
types: [checks_requested]
branches: [master]
paths-ignore:
- "**/meta.yml"
workflow_dispatch:
inputs:
runners:
Expand Down

0 comments on commit 38fa70a

Please sign in to comment.