Skip to content

Commit 45e57f0

Browse files
authored
Merge pull request #5350 from kubernetes-sigs/revert-5332-master
Revert "Disable CI Code Checks if all PR changes fall under `site/`"
2 parents 9920586 + cbbd159 commit 45e57f0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/apidiff.yml

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

108
jobs:
119
go-apidiff:

.github/workflows/go.yml

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

119
permissions:
1210
contents: read

0 commit comments

Comments
 (0)