diff --git a/.github/workflows/update-commons.yml b/.github/workflows/update-commons.yml new file mode 100644 index 00000000..52f3e0ac --- /dev/null +++ b/.github/workflows/update-commons.yml @@ -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 diff --git a/.github/workflows/update-lint-baselines.yml b/.github/workflows/update-lint-baselines.yml index 17043a58..d4d385ea 100644 --- a/.github/workflows/update-lint-baselines.yml +++ b/.github/workflows/update-lint-baselines.yml @@ -1,6 +1,8 @@ name: Update lint baselines on: + repository_dispatch: + types: [update-lint-baselines] workflow_dispatch: schedule: - cron: "0 0 1 * *"