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: