Skip to content

Commit

Permalink
Fix closing parenthesis in beam_Metrics_Report.yml (apache#29432)
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas authored Nov 14, 2023
1 parent b35fd2a commit a687c7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/beam_Metrics_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a687c7d

Please sign in to comment.