Skip to content

Commit 84299fd

Browse files
sunjayBhatiachristianang
authored andcommittedMay 8, 2024
Run required actions on all changes (vmware-tanzu#217)
Previously required actions would not run and PRs were not mergeable since they only ran on a subset of files in the repo. Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
1 parent 0aeb07e commit 84299fd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
 

‎.github/workflows/actions.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
name: Load Balancer Operator for Kubernetes Checks
22
on:
33
pull_request:
4-
paths:
5-
- "**/*.go"
6-
- "config/**/*"
7-
- go.mod
8-
- go.sum
9-
- "hack/*"
10-
- Makefile
11-
- ".github/workflows/*.yml"
12-
- "codecov.yml"
13-
- Dockerfile
4+
types: [opened, synchronize]
145

156
jobs:
167
lint:

0 commit comments

Comments
 (0)
Please sign in to comment.