Skip to content

Commit

Permalink
Update data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeb-git authored May 24, 2024
1 parent ba33de9 commit 2c95a89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run Data1 Python script

on:
schedule:
- cron: '30 6 * * *' # 11:30 AM IST (06:00 AM UTC)
- cron: '0 9 * * *' # 03:00 PM IST (09:00 AM UTC)
- cron: '0 13 * * *' # 07:00 PM IST (01:00 PM UTC)
- cron: '0 16 * * *' # 10:00 PM IST (04:00 PM UTC)
- cron: '20 3 * * *' # 11:20 AM IST (03:20 AM UTC)
- cron: '40 8 * * *' # 02:40 PM IST (08:40 AM UTC)
- cron: '50 12 * * *' # 06:50 PM IST (12:50 PM UTC)
- cron: '40 15 * * *' # 09:40 PM IST (03:40 PM UTC)
workflow_dispatch: # Allow manual triggering of the workflow

jobs:
Expand Down

0 comments on commit 2c95a89

Please sign in to comment.