From 27b147b5b52816f0ff5aa6b9af906ca68faf6787 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Thu, 9 May 2024 15:15:49 -0400 Subject: [PATCH] Update cron minutes --- .github/workflows/periodic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 8e9caa0..7ffa80c 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -2,8 +2,8 @@ name: "create-axiom-client periodic test" on: schedule: - # Runs on the 18th minute of every hour - - cron: '6 * * * *' + # Runs on the 18th minute of every hour (reduce scheduling conflicts) + - cron: '18 * * * *' env: RPC_URL_11155111: ${{ secrets.RPC_URL_11155111 }}