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: