Skip to content

Commit e024304

Browse files
authored
Fix heartbeat workflow trigger (#279)
1 parent 051312b commit e024304

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/execution-report-heartbeat.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Execution Report Heartbeat
22

3+
# Schedule disabled; trade/error notifications own unattended alerting.
34
on:
45
workflow_dispatch:
56
inputs:
@@ -16,8 +17,6 @@ on:
1617
options:
1718
- "true"
1819
- "false"
19-
schedule:
20-
# cron disabled — notify only on trades/errors "25 23 * * 1-5"
2120

2221
env:
2322
GCP_PROJECT_ID: longbridgequant

0 commit comments

Comments
 (0)