Skip to content

Commit dd74990

Browse files
committed
fix(self-zizmor): run on any change
Since this is used as a org-wide required action, we have to run it on any change to the underlying repository.
1 parent f785b75 commit dd74990

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/self-zizmor.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
name: zizmor GitHub Actions static analysis
22
on:
33
push:
4-
paths:
5-
- ".github/**"
64
pull_request:
75
types:
86
- edited
97
- opened
108
- ready_for_review
119
- synchronize
1210
- reopened
13-
paths:
14-
- ".github/**"
1511
merge_group:
1612
types: [checks_requested]
1713
jobs:

0 commit comments

Comments
 (0)