From 7244a3a277679ef5d629f6f7056a8061051b3d10 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 21 Jul 2024 11:27:56 +0200 Subject: [PATCH] chore: increase frequency to every 12 h --- .github/workflows/build-linux-x86_64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux-x86_64.yml b/.github/workflows/build-linux-x86_64.yml index 53a7318fb..d3cbf76d2 100644 --- a/.github/workflows/build-linux-x86_64.yml +++ b/.github/workflows/build-linux-x86_64.yml @@ -2,8 +2,8 @@ name: Build linux-x86_64 dependencies on: schedule: - # Runs every 24 hours - - cron: "0 */24 * * *" + # Runs 30 min past every 12 h + - cron: "30 */12 * * *" workflow_dispatch: # Prevent concurrent auto-commits