diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c146622723..3f8d666125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: - reopened - synchronize schedule: - - cron: '0 4 * * *' + - cron: '0 4 * * *' # run every day at 04:00 UTC defaults: run: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e597548037..657dc898f8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,7 +7,7 @@ on: # The branches below must be a subset of the branches above branches: [ main ] schedule: - - cron: '36 6 * * 4' + - cron: '36 6 * * 4' # run every Thursday at 06:36 UTC concurrency: group: ${{ github.ref_name }}-codeql diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c303e43b33..a89d6a9117 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -3,7 +3,7 @@ on: # Only the default branch is supported. branch_protection_rule: schedule: - - cron: '43 20 * * 0' + - cron: '43 20 * * 0' # run every Sunday at 20:43 UTC push: branches: [ "main" ] diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 64fe02ab19..b53e75b8f6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: '30 1 * * *' # run every day at 01:30 UTC permissions: # added using https://github.com/step-security/secure-workflows contents: read diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 46313ba1c5..cfa441c075 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,12 +1,9 @@ -name: Sync +name: Sync labels on: - workflow_run: - branches: main - workflows: - - "CI" - types: - - completed + schedule: + - cron: '8 0 * * 1' # run every Monday at 00:08 UTC + workflow_dispatch: concurrency: group: ${{ github.ref_name }}-sync diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index d30dfae9bb..01c05f31b4 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -2,7 +2,7 @@ name: Update Docker Images on: schedule: - - cron: '0 1 * * *' + - cron: '0 1 * * *' # run every day at 01:00 UTC workflow_dispatch: defaults: