From 5146f36c4ac6fa8a1893e52eb82ede32de8b47e5 Mon Sep 17 00:00:00 2001 From: anson Date: Wed, 24 Sep 2025 15:34:01 +0100 Subject: [PATCH] chore: update health check schedule to run every 5 minutes --- .github/workflows/health-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/health-checks.yml b/.github/workflows/health-checks.yml index 6f7e9d5d7..007bbfbe8 100644 --- a/.github/workflows/health-checks.yml +++ b/.github/workflows/health-checks.yml @@ -2,7 +2,7 @@ name: E2E Tests and Health Checks on: schedule: - - cron: '*/30 * * * *' + - cron: '*/5 * * * *' workflow_dispatch: inputs: datil_branch: