Skip to content

Commit 6a30697

Browse files
authored
ci: add workflow to update commons lib (#337)
1 parent 146ad3b commit 6a30697

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update Fossify Commons
2+
3+
on:
4+
repository_dispatch:
5+
types: [update-commons]
6+
workflow_dispatch:
7+
schedule:
8+
- cron: "0 6 * * 0"
9+
10+
jobs:
11+
update-commons:
12+
uses: FossifyOrg/.github/.github/workflows/update-commons.yml@main
13+
secrets: inherit

.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)