mirror of
https://github.com/FossifyOrg/Clock.git
synced 2025-12-24 00:17:52 -05:00
ci: add workflow to update commons lib (#340)
This commit is contained in:
13
.github/workflows/update-commons.yml
vendored
Normal file
13
.github/workflows/update-commons.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Update Fossify Commons
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [update-commons]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 6 * * 0"
|
||||
|
||||
jobs:
|
||||
update-commons:
|
||||
uses: FossifyOrg/.github/.github/workflows/update-commons.yml@main
|
||||
secrets: inherit
|
||||
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 * *"
|
||||
|
||||
Reference in New Issue
Block a user