From b103dba16eff52d24f6f147b489a0d24e9f59d66 Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Tue, 23 Jun 2026 03:36:12 -0400 Subject: [PATCH] Enable playground tests triggered on cron schedule --- .github/workflows/beam_Playground_Precommit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beam_Playground_Precommit.yml b/.github/workflows/beam_Playground_Precommit.yml index d04863743dd7..83196f34ff1d 100644 --- a/.github/workflows/beam_Playground_Precommit.yml +++ b/.github/workflows/beam_Playground_Precommit.yml @@ -34,6 +34,7 @@ jobs: if: | github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' || + (github.event_name == 'schedule' && github.repository == 'apache/beam') || github.event.comment.body == 'Run Playground PreCommit' name: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) runs-on: [self-hosted, ubuntu-24.04, main]