diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d8768bf..09253a6d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ main ] schedule: - - cron: '0 0 * * *' # Once a day at midnight + - cron: '34 5 * * *' # daily at 5:34am UTC jobs: analyze: diff --git a/.github/workflows/update-dependencies-from-metadata.yml b/.github/workflows/update-dependencies-from-metadata.yml index f352bec5..905fe50a 100644 --- a/.github/workflows/update-dependencies-from-metadata.yml +++ b/.github/workflows/update-dependencies-from-metadata.yml @@ -2,9 +2,8 @@ name: Update Dependencies From Metadata (Retrieve, Metadata, Compile, Test, Crea on: workflow_dispatch: - # https://crontab.guru/every-12-hours schedule: - - cron: '0 */12 * * *' + - cron: '57 13 * * *' # daily at 13:57 UTC jobs: retrieve: diff --git a/.github/workflows/update-github-config.yml b/.github/workflows/update-github-config.yml index 74996635..79164ac6 100644 --- a/.github/workflows/update-github-config.yml +++ b/.github/workflows/update-github-config.yml @@ -2,7 +2,7 @@ name: Update shared github-config on: schedule: - - cron: '30 1 * * *' + - cron: '27 13 * * *' # daily at 13:27 UTC workflow_dispatch: {} concurrency: github_config_update