ci: add workflow to update commons lib (#626)
This commit is contained in:
parent
c532b062f9
commit
0cafa22acf
2 changed files with 15 additions and 0 deletions
2
.github/workflows/update-lint-baselines.yml
vendored
2
.github/workflows/update-lint-baselines.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Update lint baselines
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [update-lint-baselines]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue