Skip to content

Commit 15ba487

Browse files
authored
Add schedule trigger for beam playground precommit (#37518)
1 parent beec6a3 commit 15ba487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beam_Playground_Precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
paths:
2222
- .github/workflows/playground_backend_precommit.yml
2323
- playground/backend/**
24-
issue_comment:
25-
types: [created]
24+
schedule:
25+
- cron: '10 2/6 * * *'
2626

2727
env:
2828
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

0 commit comments

Comments
 (0)