Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1131 committed Apr 20, 2024
1 parent f3d823e commit 45e28e3
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 @@ -3,7 +3,7 @@ name: Run Scripts
on:
schedule:
# Run newday.py every day.
- cron: '52 13 * * *'
- cron: '53 13 * * *'
# Run update_BoW.py every day
- cron: '20 14 * * *'

Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: python project/newday.py

- name: Execute update_BoW.py (every day)
if: ${{github.event.cron == '25 13 * * *' }}
if: ${{github.event.cron == '20 14 * * *' }}
run: python update_BoW.py

- name: Commit files
Expand Down

0 comments on commit 45e28e3

Please sign in to comment.