Skip to content

Commit

Permalink
Merge pull request #949 from anusreelakshmi934/changeCronJobTime
Browse files Browse the repository at this point in the history
Changed the cron job time
  • Loading branch information
anusreelakshmi934 authored Sep 9, 2024
2 parents d98c892 + 76aa93e commit ed91494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Cron Job
on:
workflow_dispatch:
schedule:
# The job runs at 15:45 UTC every Monday through Friday, which is 9:15 PM IST and 11:45 AM EST.
# The job runs at 9:30 AM UTC every Monday through Friday, which is 3:00 PM IST and 4:30 AM EST.
# Ref - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
- cron: '45 15 * * 1-5'
- cron: '30 9 * * 1-5'

jobs:
fetch_all_pull_request_shas:
Expand Down

0 comments on commit ed91494

Please sign in to comment.