diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720a5c6..227e485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ concurrency: cancel-in-progress: true on: workflow_dispatch: + schedule: + - cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3 push: branches: - main