Reduce periodics frequency

We do not look/commit enough anymore to warrant a daily job.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
This commit is contained in:
Jean-Philippe Evrard
2025-08-18 18:19:51 +02:00
committed by Jean-Philippe Evrard
parent 579475ab93
commit 2bc8b54977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -2,7 +2,7 @@ name: Daily jobs
on:
schedule:
- cron: "30 1 * * *"
- cron: "30 1 * * 6"
jobs:
periodics-gotest: