We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b68f56 commit 5cc0d14Copy full SHA for 5cc0d14
.github/workflows/test-smokes-parallel.yml
@@ -19,7 +19,18 @@ on:
19
- main
20
- "v[1-9].[0-9]+" # run also on released version branch (for patch releases)
21
paths-ignore:
22
+ # Don't run on PRs that only change these files that
23
+ # are not relevant to the tested features
24
- "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"
34
push:
35
# only trigger on branches, not on tags
36
branches:
0 commit comments