Skip to content

Commit

Permalink
workflows: skip building for test changes
Browse files Browse the repository at this point in the history
No need to build when only test workflows are affected.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo committed Nov 26, 2024
1 parent 7c9ef06 commit 17746a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ on:
- main
paths-ignore:
- "tests/on_target/**"
- ".github/workflows/test.yml"
- ".github/workflows/on_target.yml"
pull_request:
paths-ignore:
- "tests/on_target/**"
- ".github/workflows/test.yml"
- ".github/workflows/on_target.yml"
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 17746a6

Please sign in to comment.