Skip to content

Commit 12df9df

Browse files
committed
.github/workflows: Remove the need to ignore the root doc/ path
The '**/*.md' filter pattern [1] should ignore _all_ markdown extension files anywhere in the repository. [1] https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#patterns-to-match-file-paths Signed-off-by: timflannagan <[email protected]>
1 parent 0081ba3 commit 12df9df

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: ci
22
on:
33
pull_request:
44
paths-ignore:
5-
- 'doc/**/*.md'
65
- '**/*.md'
76
jobs:
87
image:

.github/workflows/e2e-kind.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: ci
22
on:
33
pull_request:
44
paths-ignore:
5-
- 'doc/**/*.md'
65
- '**/*.md'
76
schedule:
87
- cron: '0 0 * * *' # daily to pick up releases

.github/workflows/e2e-minikube.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: ci
22
on:
33
pull_request:
44
paths-ignore:
5-
- 'doc/**/*.md'
65
- '**/*.md'
76
schedule:
87
- cron: '0 0 * * *' # daily to pick up releases

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- master
66
pull_request:
77
paths-ignore:
8-
- 'doc/**/*.md'
98
- '**/*.md'
109
jobs:
1110
e2e-tests:

.github/workflows/unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- master
66
pull_request:
77
paths-ignore:
8-
- 'doc/**/*.md'
98
- '**/*.md'
109
jobs:
1110
unit:

.github/workflows/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- master
66
pull_request:
77
paths-ignore:
8-
- 'doc/**/*.md'
98
- '**/*.md'
109
jobs:
1110
verify:

0 commit comments

Comments
 (0)