Skip to content

Commit

Permalink
don't run GPU nf-test if only meta.yml was changed (#7526)
Browse files Browse the repository at this point in the history
follow up on #7406
  • Loading branch information
maxulysse authored Feb 28, 2025
1 parent 869424e commit 1e2afc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nf-test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ 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-ignore:
- "**/meta.yml"
merge_group:
types: [checks_requested]
branches: [master]
paths-ignore:
- "**/meta.yml"
workflow_dispatch:
inputs:
runners:
Expand Down

0 comments on commit 1e2afc7

Please sign in to comment.