Skip to content

Commit 9900bf1

Browse files
committed
Make test workflow ignore unrelated changes
1 parent 710afec commit 9900bf1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/[email protected]

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,30 @@ name: 'Tests (Driver 4.x)'
33
on:
44
push:
55
branches: [ scylla-4.*x ]
6+
paths-ignore:
7+
- "docs/**"
8+
- .github/workflows/docs-pages.yml
9+
- .github/workflows/docs-pr.yml
10+
- .github/workflows/re-release.yml
11+
- .github/workflows/release.yml
12+
- "*.md"
13+
- "*.sh"
14+
- "renovate.json"
15+
- ".snyk"
16+
- ".gitignore"
617
pull_request:
718
branches: [ scylla-4.*x ]
19+
paths-ignore:
20+
- "docs/**"
21+
- .github/workflows/docs-pages.yml
22+
- .github/workflows/docs-pr.yml
23+
- .github/workflows/re-release.yml
24+
- .github/workflows/release.yml
25+
- "*.md"
26+
- "*.sh"
27+
- "renovate.json"
28+
- ".snyk"
29+
- ".gitignore"
830
workflow_dispatch:
931

1032
jobs:

0 commit comments

Comments
 (0)