Skip to content

Commit 5cc0d14

Browse files
committed
Update v1.7 branch to skip running parallel test when only some workflow file are modified
1 parent 6b68f56 commit 5cc0d14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-smokes-parallel.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@ on:
1919
- main
2020
- "v[1-9].[0-9]+" # run also on released version branch (for patch releases)
2121
paths-ignore:
22+
# Don't run on PRs that only change these files that
23+
# are not relevant to the tested features
2224
- "src/resources/language/**"
25+
- "dev-docs/**"
26+
# don't run on PR working on other workflows
27+
- ".github/workflows/create-release.yml"
28+
- ".github/workflows/performance-check.yml"
29+
- ".github/workflows/stale-needs-repro.yml"
30+
- ".github/workflows/test-bundle.yml"
31+
- ".github/workflows/test-ff-matrix.yml"
32+
- ".github/workflows/test-quarto-latexmk.yml"
33+
- ".github/workflows/update-test-timing.yml"
2334
push:
2435
# only trigger on branches, not on tags
2536
branches:

0 commit comments

Comments
 (0)