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:
   
![image](https://github.com/apache/beam/assets/131876064/6509187b-350c-4e6f-b259-ff42c3842907)
   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.
   
   
![image](https://github.com/apache/beam/assets/131876064/8559f7f9-056b-4ae2-9c2f-2cc190b1a56b)
   



-- 
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]

Reply via email to