From e88e004eec27a778a62fdd728d74a05f84cdc17e Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Fri, 12 Dec 2025 11:11:51 -0500 Subject: [PATCH] Allow using trigger file to trigger yaml xlang workflow. --- .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 25dc9073f001..74e122e1cf1e 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: