Skip to content

Commit f1bc140

Browse files
Temporarily turn off the LSP4IJ integration Cron Job (#1459)
* turn of ls4ij builds * Update cronJob.yaml
1 parent 55f7310 commit f1bc140

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/cronJob.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Cron Job
22

33
on:
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

1011
jobs:
1112
fetch_all_pull_request_shas:

0 commit comments

Comments
 (0)