mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 10:20:35 +00:00
Merge pull request #5332 from roopeshvs/master
Disable CI Code Checks if all PR changes fall under `site/`
This commit is contained in:
2
.github/workflows/apidiff.yml
vendored
2
.github/workflows/apidiff.yml
vendored
@@ -4,6 +4,8 @@ name: APIDiff
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'site/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
go-apidiff:
|
go-apidiff:
|
||||||
|
|||||||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -5,6 +5,8 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'site/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user