From 3e08012947284105d2c9db8263d32554a2f3ae1b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 29 Jul 2023 23:51:14 +0200 Subject: [PATCH] Enable crons for building IPs Good luck --- .github/workflows/build-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lists.yml b/.github/workflows/build-lists.yml index a2c2e5b..096a4b7 100644 --- a/.github/workflows/build-lists.yml +++ b/.github/workflows/build-lists.yml @@ -7,8 +7,8 @@ on: repository_dispatch: types: run-build-lists workflow_dispatch: - #schedule: - # - cron: "00 12 * * *" + schedule: + - cron: "10 * * * *" jobs: build-stretchoid: