Skip to content

Commit 74ce052

Browse files
Update self-zizmor.yaml
Make zizmor only run if the actions actually changed.
1 parent a0f7eab commit 74ce052

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)