From 042fc7e44592839bde3e44bc45f2e001de0e852f 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 fd72567..c173e30 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 "15 23 * * 1-5" env: GCP_PROJECT_ID: interactivebrokersquant