File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: Cron Job
22
33on :
44 workflow_dispatch :
5- schedule :
6- # The job runs at 9:30 AM UTC every Monday through Friday, which is 3:00 PM IST and 4:30 AM EST.
7- # Ref - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
8- - cron : ' 30 9 * * 1-5'
5+ # Temporarily turn off the LSP4IJ integration till https://github.com/OpenLiberty/liberty-tools-intellij/issues/1457 is resolved.
6+ # schedule:
7+ # # The job runs at 9:30 AM UTC every Monday through Friday, which is 3:00 PM IST and 4:30 AM EST.
8+ # # Ref - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
9+ # - cron: '30 9 * * 1-5'
910
1011jobs :
1112 fetch_all_pull_request_shas :
You can’t perform that action at this time.
0 commit comments