Skip to content

Commit 1464801

Browse files
authored
Remove paths-ignore filters from required workflows (#587)
Signed-off-by: Daniel Gonzalez Nothnagel <daniel.gonzalez.nothnagel@sap.com>
1 parent d814d7d commit 1464801

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/clean.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Check
33
on:
44
pull_request:
55
types: [ assigned, opened, synchronize, reopened ]
6-
paths-ignore:
7-
- 'docs/**'
8-
- '**/*.md'
96

107
jobs:
118
checks:

.github/workflows/kustomize-validation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Kustomize Validation
33
on:
44
pull_request:
55
types: [ assigned, opened, synchronize, reopened ]
6-
paths-ignore:
7-
- 'docs/**'
8-
- '**/*.md'
96

107
jobs:
118
kustomize-validation:
@@ -18,4 +15,4 @@ jobs:
1815
with:
1916
kustomize-version: '5.0.0'
2017
- run: |
21-
./hack/validate-kustomize.sh
18+
./hack/validate-kustomize.sh

0 commit comments

Comments
 (0)