Skip to content

Commit 594520e

Browse files
committed
Remove paths-ignore from workflows
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent d0fd0b9 commit 594520e

4 files changed

Lines changed: 1 addition & 28 deletions

File tree

.github/workflows/golangci-lint.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
name: golangci-lint
1616
on:
1717
push:
18-
paths-ignore:
19-
- "docs/**"
20-
- "release/**"
21-
- "OWNERS"
2218
pull_request:
23-
paths-ignore:
24-
- "docs/**"
25-
- "release/**"
26-
- "OWNERS"
2719
workflow_dispatch:
2820

2921
permissions:

.github/workflows/gosec-scan.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,8 @@ name: Gosec security scan
1616

1717
on:
1818
push:
19-
paths-ignore:
20-
- "docs/**"
21-
- "release/**"
22-
- "OWNERS"
2319
pull_request:
24-
paths-ignore:
25-
- "docs/**"
26-
- "release/**"
27-
- "OWNERS"
20+
workflow_dispatch:
2821

2922
jobs:
3023
tests:

.github/workflows/image-build-push-dev.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- "docs/**"
9-
- "release/**"
10-
- "OWNERS"
117
workflow_dispatch:
128

139
env:

.github/workflows/porch-e2e-ci-jobs.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
name: End-to-End Tests
1616
on:
1717
push:
18-
paths-ignore:
19-
- "docs/**"
20-
- "release/**"
21-
- "OWNERS"
2218
pull_request:
23-
paths-ignore:
24-
- "docs/**"
25-
- "release/**"
26-
- "OWNERS"
2719
workflow_dispatch:
2820

2921
concurrency:

0 commit comments

Comments
 (0)