Skip to content

Commit

Permalink
update cronjob to be less frequent
Browse files Browse the repository at this point in the history
  • Loading branch information
e-alizadeh authored Jun 5, 2024
1 parent 373caae commit 175e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: "0 3 * * *" # Runs at 03:00 AM (UTC) every day (Check https://crontab.guru/)
- cron: "0 3 * * 1,5" # Runs at 03:00 AM (UTC) every day (Check https://crontab.guru/)

jobs:
zotero-to-readwise-automation:
Expand Down

0 comments on commit 175e6df

Please sign in to comment.