Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1131 committed Apr 19, 2024
1 parent 26167cc commit c60099f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run Scripts

on:
schedule:
# Run newday.py every day at 7:20 pm IST (1:50 pm UTC)
# Run newday.py every day.
- cron: '08 14 * * *'
# Run update_BoW.py on the 1st of every month at 1:00 am IST (7:30 pm UTC, last minute of the month)
# Run update_BoW.py on the 1st of every month
- cron: '0 19 1 * *'

jobs:
Expand Down

0 comments on commit c60099f

Please sign in to comment.