From 49131b4845e8447141cac3f42978c5de33cc00fe Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Tue, 23 Jun 2026 04:50:19 -0400 Subject: [PATCH] Enable precommit yaml xlang test on code push. --- .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 6a1b24539161..e3dd78460734 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') ||