Skip to content

Commit 7cb1a05

Browse files
authored
disabled beam metrics report job (#37420)
1 parent 1b60ce6 commit 7cb1a05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/beam_Metrics_Report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
name: Beam Metrics Report
1919

20+
# DISABLED: Workflow disabled
2021
on:
21-
schedule:
22-
- cron: '0 11 * * 2'
23-
workflow_dispatch:
22+
# schedule:
23+
# - cron: '0 11 * * 2'
24+
# workflow_dispatch:
2425

2526
# This allows a subsequently queued workflow run to interrupt previous runs
2627
concurrency:

0 commit comments

Comments
 (0)