diff --git a/.github/workflows/beam_Metrics_Report.yml b/.github/workflows/beam_Metrics_Report.yml index 8ed0c66480f0..618c8b8d687b 100644 --- a/.github/workflows/beam_Metrics_Report.yml +++ b/.github/workflows/beam_Metrics_Report.yml @@ -54,8 +54,10 @@ jobs: 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' + ( + (github.event_name == 'schedule' && github.repository == 'apache/beam') + || github.event_name == 'workflow_dispatch' + ) steps: - uses: actions/checkout@v3