From 86e2d9c63788c1ef9621401d532d05e98ff3038e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 2 Aug 2023 13:38:22 +0200 Subject: [PATCH] Only search each 8 hour --- .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 e94b35c..ea79d55 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 */2 * * *" + - cron: "30 */8 * * *" jobs: build-stretchoid: