Skip to content

Commit 8092349

Browse files
authored
Enable playground tests triggered on cron schedule (#39069)
1 parent 9673359 commit 8092349

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/beam_Playground_Precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
if: |
3535
github.event_name == 'workflow_dispatch' ||
3636
github.event_name == 'pull_request_target' ||
37+
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
3738
github.event.comment.body == 'Run Playground PreCommit'
3839
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
3940
runs-on: [self-hosted, ubuntu-24.04, main]

0 commit comments

Comments
 (0)