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 c4d0b35 commit 9c3ea09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Run Scripts
on:
schedule:
# Run newday.py every day.
- cron: '38 6 * * *'
- cron: '0 13 * * *'
# Run update_BoW.py on the 1st of every month
- cron: '0 19 1 * *'
- cron: '25 13 * * *'

jobs:
build:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Execute update_BoW.py (only on the 1st of every month)
if: ${{ github.event_name == 'schedule' && github.event.cron == '0 19 1 * *' }}
run: python BoW/update_BoW.py
run: python update_BoW.py

- name: Commit files
run: |
Expand Down

0 comments on commit 9c3ea09

Please sign in to comment.