We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ad3b commit 6a30697Copy full SHA for 6a30697
.github/workflows/update-commons.yml
@@ -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
@@ -1,6 +1,8 @@
name: Update lint baselines
on:
+ types: [update-lint-baselines]
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
0 commit comments