This is an automated email from the ASF dual-hosted git repository.
shunping pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8092349ca28 Enable playground tests triggered on cron schedule (#39069)
8092349ca28 is described below
commit 8092349ca280b844b52c01f4dc972bf21b773608
Author: Shunping Huang <[email protected]>
AuthorDate: Thu Jun 25 09:21:30 2026 -0400
Enable playground tests triggered on cron schedule (#39069)
---
.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 da253cc11bf..056118e7170 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]