Skip to content

Commit 8c11e83

Browse files
authored
CLOUDP-310817: Isolate main CI tests from tools (#2700)
1 parent 0ad1429 commit 8c11e83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- 'main'
99
paths-ignore:
1010
- 'docs/**'
11+
- 'tools/**'
1112
pull_request_target:
1213
types: [opened, synchronize, reopened, ready_for_review, converted_to_draft, labeled]
1314
branches:
1415
- '**'
1516
paths-ignore:
1617
- 'docs/**'
18+
- 'tools/**'
1719
merge_group:
1820
workflow_dispatch:
1921
inputs:
@@ -25,6 +27,9 @@ on:
2527
options:
2628
- "true"
2729
- "false"
30+
paths-ignore:
31+
- 'docs/**'
32+
- 'tools/**'
2833

2934
jobs:
3035
run-tests:

0 commit comments

Comments
 (0)