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 a4b3dfffcf7 Allow using trigger file to trigger yaml xlang workflow. 
(#37095)
a4b3dfffcf7 is described below

commit a4b3dfffcf78c06a05a98a92e9e6f1b63de3a6e3
Author: Shunping Huang <[email protected]>
AuthorDate: Fri Dec 12 12:06:57 2025 -0500

    Allow using trigger file to trigger yaml xlang workflow. (#37095)
---
 .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml 
b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
index 25dc9073f00..74e122e1cf1 100644
--- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -17,7 +17,7 @@ name: PreCommit YAML Xlang Direct
 
 on:
   pull_request_target:
-    paths: ['release/trigger_all_tests.json', 'model/**', 'sdks/python/**']
+    paths: ['release/trigger_all_tests.json', 'model/**', 'sdks/python/**', 
'.github/trigger_files/beam_PreCommit_Yaml_Xlang_Direct.json']
   issue_comment:
     types: [created]
   push:

Reply via email to