diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f54fe6d8b..385b698a5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,7 +1,8 @@ name: Spelling Check on: - push: + schedule: + - cron: "0 0 * * 2" permissions: contents: read