From 7e0845ccf4b73686343a3b2b7967b313d2ff247c Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:15:22 -0500 Subject: [PATCH] run cron job every minute (#19086) Co-authored-by: CarinaWolli --- .github/workflows/cron-webhooks-triggers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-webhooks-triggers.yml b/.github/workflows/cron-webhooks-triggers.yml index 20f54dbf0c..d0901e9242 100644 --- a/.github/workflows/cron-webhooks-triggers.yml +++ b/.github/workflows/cron-webhooks-triggers.yml @@ -4,8 +4,8 @@ on: # "Scheduled workflows run on the latest commit on the default or base branch." # — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule schedule: - # Runs “every 5 minutes” (see https://crontab.guru) - - cron: "*/5 * * * *" + # Runs “every minute” (see https://crontab.guru) + - cron: "* * * * *" jobs: cron-webhookTriggers: env: