Skip to content

Commit d8bf30c

Browse files
committed
Avoid running parallel testing workflow when working on these workflows
1 parent 7483c62 commit d8bf30c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ on:
2020
- "v[1-9].[0-9]+" # run also on released version branch (for patch releases)
2121
paths-ignore:
2222
- "src/resources/language/**"
23+
# don't run on PR working on other workflows
24+
- ".github/workflows/create-release.yml"
25+
- ".github/workflows/performance-check.yml"
26+
- ".github/workflows/stale-needs-repro.yml"
27+
- ".github/workflows/test-bundle.yml"
28+
- ".github/workflows/test-ff-matrix.yml"
29+
- ".github/workflows/test-quarto-latexmk.yml"
30+
- ".github/workflows/update-test-timing.yml"
2331
push:
2432
# only trigger on branches, not on tags
2533
branches:

0 commit comments

Comments
 (0)