From 2bc8b54977a5bffec5e6289db479367c919bf6bb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 12 Aug 2025 21:48:45 +0200 Subject: [PATCH] Reduce periodics frequency We do not look/commit enough anymore to warrant a daily job. Signed-off-by: Jean-Philippe Evrard --- .github/workflows/codeql.yml | 2 +- .../workflows/{periodics-daily.yaml => periodics-weekly.yaml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{periodics-daily.yaml => periodics-weekly.yaml} (99%) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 57997b2..5d6f8ce 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,7 @@ on: # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - - cron: '24 13 * * 3' + - cron: '24 13 * * 6' permissions: contents: read diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-weekly.yaml similarity index 99% rename from .github/workflows/periodics-daily.yaml rename to .github/workflows/periodics-weekly.yaml index 4b22859..ba298b8 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-weekly.yaml @@ -2,7 +2,7 @@ name: Daily jobs on: schedule: - - cron: "30 1 * * *" + - cron: "30 1 * * 6" jobs: periodics-gotest: