Skip to content

Commit 85b8193

Browse files
committed
Don't run parallel testing when modifying dev-docs/ content
1 parent 2fedc36 commit 85b8193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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/**"
2326
# don't run on PR working on other workflows
2427
- ".github/workflows/create-release.yml"
2528
- ".github/workflows/performance-check.yml"

0 commit comments

Comments
 (0)