diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54f36d96..cd0afba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ on: - opened - reopened - synchronize + schedule: + - cron: "0 3 * * 1" concurrency: group: ${{ github.workflow }}-${{ github.ref || github.event.pull_request.number || github.sha }}-${{ inputs.additional_key }}