From 4e659bfe7074509e59cb0d6914c0efcd09c6fc9d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 9 Sep 2023 22:41:51 +0200 Subject: [PATCH] ci: run crons a bit less --- .github/workflows/build-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lists.yml b/.github/workflows/build-lists.yml index 42ea41e..455ec36 100644 --- a/.github/workflows/build-lists.yml +++ b/.github/workflows/build-lists.yml @@ -8,7 +8,7 @@ on: types: run-build-lists workflow_dispatch: schedule: - - cron: "30 */8 * * *" + - cron: "30 0 */5 * *" jobs: build-scanners-list: