Skip to content

Commit 0886392

Browse files
committed
Add to ff-matrix workflow too
1 parent 2826714 commit 0886392

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ on:
2121
branches: [main]
2222
paths-ignore:
2323
- "src/resources/language/**"
24+
# don't run on PR working on other workflows
25+
- ".github/workflows/create-release.yml"
26+
- ".github/workflows/performance-check.yml"
27+
- ".github/workflows/stale-needs-repro.yml"
28+
- ".github/workflows/test-bundle.yml"
29+
- ".github/workflows/test-smokes-parallel.yml"
30+
- ".github/workflows/test-quarto-latexmk.yml"
31+
- ".github/workflows/update-test-timing.yml"
2432

2533
concurrency:
2634
# Use github.run_id on main branch

0 commit comments

Comments
 (0)