diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 6701f15..1eeaead 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -3,7 +3,7 @@ name: Cron on: schedule: # * is a special character in YAML so you have to quote this string - - cron: "0 21 * * 1-5" + - cron: "45 20 * * 1-5" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: