Merge pull request #5332 from roopeshvs/master

Disable CI Code Checks if all PR changes fall under `site/`
This commit is contained in:
Kubernetes Prow Robot
2023-09-20 14:46:02 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ name: APIDiff
on:
push:
pull_request:
paths-ignore:
- 'site/**'
jobs:
go-apidiff:

View File

@@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths-ignore:
- 'site/**'
permissions:
contents: read