Skip to content

Commit 9555b96

Browse files
Merge pull request #24 from grafana/zizmor-path-filter
Path filtering for zizmor runs
2 parents a0f7eab + 74ce052 commit 9555b96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/self-zizmor.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: zizmor GitHub Actions static analysis
22
on:
33
push:
4+
paths:
5+
- '.github/**'
46
pull_request:
5-
7+
paths:
8+
- '.github/**'
69
jobs:
710
zizmor:
811
name: Run zizmor from current branch (self test)

0 commit comments

Comments
 (0)