From 068c8b3d82b76b9664c62334b9164346d8ee7562 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:32:58 +0800 Subject: [PATCH] Fix heartbeat workflow trigger --- .github/workflows/execution-report-heartbeat.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/execution-report-heartbeat.yml b/.github/workflows/execution-report-heartbeat.yml index 93d20ea..f7760ba 100644 --- a/.github/workflows/execution-report-heartbeat.yml +++ b/.github/workflows/execution-report-heartbeat.yml @@ -1,5 +1,6 @@ name: Execution Report Heartbeat +# Schedule disabled; trade/error notifications own unattended alerting. on: workflow_dispatch: inputs: @@ -16,8 +17,6 @@ on: options: - "true" - "false" - schedule: - # cron disabled — notify only on trades/errors "10 23 * * 1-5" env: GCP_PROJECT_ID: firstradequant