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 9673359 commit 8092349Copy full SHA for 8092349
1 file changed
.github/workflows/beam_Playground_Precommit.yml
@@ -34,6 +34,7 @@ jobs:
34
if: |
35
github.event_name == 'workflow_dispatch' ||
36
github.event_name == 'pull_request_target' ||
37
+ (github.event_name == 'schedule' && github.repository == 'apache/beam') ||
38
github.event.comment.body == 'Run Playground PreCommit'
39
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
40
runs-on: [self-hosted, ubuntu-24.04, main]
0 commit comments