From 8ae5a14d3b5713f1d1b4c9e905191aeba883d310 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Thu, 4 Jun 2026 20:46:22 +0000 Subject: [PATCH] Updated cron default to not be at top of hour --- .github/workflows/run-bot-aib-tournament.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-bot-aib-tournament.yaml b/.github/workflows/run-bot-aib-tournament.yaml index 59945b76..28893810 100644 --- a/.github/workflows/run-bot-aib-tournament.yaml +++ b/.github/workflows/run-bot-aib-tournament.yaml @@ -3,7 +3,7 @@ name: Run Bot for Metaculus AI Benchmark Tournament on: workflow_dispatch: schedule: - - cron: "*/30 * * * *" # Runs every 30 minutes + - cron: "13,43 * * * *" # every 30 min, avoiding peak traffic (at top of hour) # Add concurrency group to prevent parallel runs concurrency: