Skip to content

Commit faa61a6

Browse files
authored
chore(ci): only lint when action changed (#9678)
1 parent 67d353b commit faa61a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/action_syntax.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: action_syntax
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
paths:
5+
- '.github/workflows/*.yaml'
6+
- '.github/workflows/*.yml'
37

48
permissions:
59
contents: read

0 commit comments

Comments
 (0)