This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cb1a05cd57  disabled beam metrics report job (#37420)
7cb1a05cd57 is described below

commit 7cb1a05cd578eb9ce76a7dfbac40c4962864070b
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Mon Jan 26 18:19:27 2026 +0200

     disabled beam metrics report job (#37420)
---
 .github/workflows/beam_Metrics_Report.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/beam_Metrics_Report.yml 
b/.github/workflows/beam_Metrics_Report.yml
index 70ed354958b..f4e02edae6e 100644
--- a/.github/workflows/beam_Metrics_Report.yml
+++ b/.github/workflows/beam_Metrics_Report.yml
@@ -17,10 +17,11 @@
 
 name: Beam Metrics Report
 
+# DISABLED: Workflow disabled
 on:
-  schedule:
-    - cron: '0 11 * * 2'
-  workflow_dispatch:
+  # schedule:
+  #   - cron: '0 11 * * 2'
+  # workflow_dispatch:
 
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:

Reply via email to