From 46ba90391e961eefb524e48078d13322860a9ed1 Mon Sep 17 00:00:00 2001 From: Andrea Borghi Date: Fri, 14 Jun 2024 10:19:31 +0200 Subject: [PATCH] Test CI every 30 min to fix rebuild pipeline --- .github/workflows/rebuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index af5047f..db32d50 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -4,8 +4,8 @@ name: Rebuild # scheduled GH-actions will run on the default branch only, master on: schedule: - - cron: 30 2 * * * - + - cron: "*/30 * * * *" + jobs: rebuild: name: Rebuild