damccorm commented on a change in pull request #17001:
URL: https://github.com/apache/beam/pull/17001#discussion_r820730728
##########
File path: .github/workflows/pr-bot-new-prs.yml
##########
@@ -18,7 +18,7 @@ name: pr-bot-new-prs
# Run every 30 minutes
on:
schedule:
- - cron: '30 * * * *'
+ - cron: '0,30 * * * *'
Review comment:
This is technically not part of the goal of this pr, but I noticed that
the cron schedule was running once an hour instead of twice an hour for the
pr-bot-new-prs workflow
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]