Skip to content

Commit fb217ac

Browse files
authored
CI: Skip Tests on Doc Only Changes (#3812)
1 parent 85edf91 commit fb217ac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/no-caching-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'docs/**'
79

810
jobs:
911
no-caching-tests:

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'docs/**'
79
pull_request:
810
branches:
911
- master
12+
paths-ignore:
13+
- 'docs/**'
1014

1115
jobs:
1216
tests:

0 commit comments

Comments
 (0)