damccorm commented on code in PR #37440:
URL: https://github.com/apache/beam/pull/37440#discussion_r2736555219
##########
.github/workflows/beam_Metrics_Report.yml:
##########
@@ -54,11 +54,8 @@ jobs:
name: beam_Metrics_Report
runs-on: [self-hosted, ubuntu-20.04, main]
timeout-minutes: 100
- if: |
- (
- (github.event_name == 'schedule' && github.repository == 'apache/beam')
- || github.event_name == 'workflow_dispatch'
- )
+ # DISABLED: Job will never run due to false condition
+ if: false
Review Comment:
Lets skip this change and just add back workflow_dispatch. If someone really
wants to run this job manually, that is fine; it will likely fail, but that's
not particularly problematic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]