Skip to content

Commit 7e541ca

Browse files
authored
Merge pull request #5332 from roopeshvs/master
Disable CI Code Checks if all PR changes fall under `site/`
2 parents 1bd58bd + 433be59 commit 7e541ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/apidiff.yml

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

810
jobs:
911
go-apidiff:

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
paths-ignore:
9+
- 'site/**'
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)