Skip to content

Commit 2af4c92

Browse files
authored
ci: add repo dispatch event to lint generation workflow (#263)
1 parent 088557d commit 2af4c92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-lint-baselines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Update lint baselines
22

33
on:
4+
repository_dispatch:
5+
types: [update-lint-baselines]
46
workflow_dispatch:
57
schedule:
68
- cron: "0 0 1 * *"

0 commit comments

Comments
 (0)