magicgoody commented on code in PR #29049: URL: https://github.com/apache/beam/pull/29049#discussion_r1364762290
########## .github/workflows/beam_PostCommit_Website_Test.yml: ########## @@ -17,7 +17,7 @@ name: PostCommit Website Test on: schedule: - - cron: '0 */6 * * *' + - cron: '30 8/6 * * *' Review Comment:  According to VScode, this shows that the job will run every 6 hours. I think there is a possibility that cron will not start at 2:30, according to the [grontab.guru](https://crontab.guru/#30_8/6_*_*_*) website. *** Re-checked cron on [crontab.guru](https://crontab.guru/#0_5/6_*_*_*) '* X/6 * * *' , X should be < 6, so cron will run every 6 hours as intended.  -- 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]
