This is an automated email from the ASF dual-hosted git repository.
yhu 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 15ba4874d72 Add schedule trigger for beam playground precommit (#37518)
15ba4874d72 is described below
commit 15ba4874d7218c25c9bb12a30bbec6e32db9147e
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Feb 5 11:06:31 2026 -0500
Add schedule trigger for beam playground precommit (#37518)
---
.github/workflows/beam_Playground_Precommit.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/beam_Playground_Precommit.yml
b/.github/workflows/beam_Playground_Precommit.yml
index b0d34a5c2db..b50e84054f7 100644
--- a/.github/workflows/beam_Playground_Precommit.yml
+++ b/.github/workflows/beam_Playground_Precommit.yml
@@ -21,8 +21,8 @@ on:
paths:
- .github/workflows/playground_backend_precommit.yml
- playground/backend/**
- issue_comment:
- types: [created]
+ schedule:
+ - cron: '10 2/6 * * *'
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}