Skip to content

Commit

Permalink
added cron more cron jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
amith-vp authored Jul 6, 2024
1 parent cca5b54 commit 5a00cb5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/fetch_dam_details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ name: Fetch Dam Details

on:
schedule:
- cron: '0 2 * * *' # 7:30 AM IST
- cron: '30 2 * * *' # 8:00 AM IST
- cron: '30 4 * * *' # 10:00 AM IST
- cron: '0 12 * * *' # 5:00 PM IST
- cron: '30 23 * * *' # 5:00 AM IST
- cron: '0 2 * * *' # 7:30 AM IST
- cron: '30 2 * * *' # 8:00 AM IST
- cron: '30 4 * * *' # 10:00 AM IST
- cron: '30 5 * * *' # 11:00 AM IST
- cron: '30 7 * * *' # 1:00 PM IST
- cron: '0 12 * * *' # 5:00 PM IST
- cron: '30 23 * * *' # 11:00 PM IST

# Why so many cron jobs for a once-a-day update ?
# Because its KSEB, trust their servers? hell no



workflow_dispatch: # Allow manual triggers
Expand Down

0 comments on commit 5a00cb5

Please sign in to comment.