We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b2d4 commit a467fdcCopy full SHA for a467fdc
1 file changed
.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -65,6 +65,7 @@ env:
65
jobs:
66
beam_PreCommit_Yaml_Xlang_Direct:
67
if: |
68
+ github.event_name == 'push' ||
69
github.event_name == 'workflow_dispatch' ||
70
github.event_name == 'pull_request_target' ||
71
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
0 commit comments