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 a467fdc437f Enable precommit yaml xlang test on code push. (#39071)
a467fdc437f is described below

commit a467fdc437f6fa72783697c8baa9ac8262b2632c
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 10:49:52 2026 -0400

    Enable precommit yaml xlang test on code push. (#39071)
---
 .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml 
b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
index 6a1b2453916..e3dd7846073 100644
--- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -65,6 +65,7 @@ env:
 jobs:
   beam_PreCommit_Yaml_Xlang_Direct:
     if: |
+      github.event_name == 'push' ||
       github.event_name == 'workflow_dispatch' ||
       github.event_name == 'pull_request_target' ||
       (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||

Reply via email to