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 2fedc36 commit 85b8193Copy full SHA for 85b8193
.github/workflows/test-smokes-parallel.yml
@@ -19,7 +19,10 @@ 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"
0 commit comments