From 175e6df5da39eff8041333cf5cb26923a0f0d8e6 Mon Sep 17 00:00:00 2001 From: Essi Alizadeh <30320825+e-alizadeh@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:12:17 -0400 Subject: [PATCH] update cronjob to be less frequent --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index a0d7634..f980e28 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -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: