Skip to content

Commit e861c75

Browse files
committed
.github/workflows: Remove paths_ignore stanza from relevant actions
1 parent e6cc305 commit e861c75

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: ci
22
on:
33
pull_request:
4-
paths-ignore:
5-
- '**/*.md'
64
jobs:
75
image:
86
runs-on: ubuntu-latest

.github/workflows/e2e-kind.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: ci
22
on:
33
pull_request:
4-
paths-ignore:
5-
- '**/*.md'
64
schedule:
75
- cron: '0 0 * * *' # daily to pick up releases
86
jobs:

.github/workflows/e2e-minikube.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: ci
22
on:
33
pull_request:
4-
paths-ignore:
5-
- '**/*.md'
64
schedule:
75
- cron: '0 0 * * *' # daily to pick up releases
86
jobs:

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- master
66
pull_request:
7-
paths-ignore:
8-
- '**/*.md'
97
jobs:
108
e2e-tests:
119
runs-on: ubuntu-latest

.github/workflows/sanity.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- '**'
77
pull_request:
8-
paths-ignore:
9-
- '**/*.md'
10-
118
jobs:
129
sanity:
1310
runs-on: ubuntu-latest

.github/workflows/unit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- master
66
pull_request:
7-
paths-ignore:
8-
- '**/*.md'
97
jobs:
108
unit:
119
runs-on: ubuntu-latest

.github/workflows/verify.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- master
66
pull_request:
7-
paths-ignore:
8-
- '**/*.md'
97
jobs:
108
verify:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)