From 413aa6e2e94a591d444ef9bd174a99b64eea8436 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 24 Jan 2024 14:26:16 +0100 Subject: [PATCH] CI: enable spell check on git push --- .github/workflows/codespell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 385b698a54..f54fe6d8be 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,8 +1,7 @@ name: Spelling Check on: - schedule: - - cron: "0 0 * * 2" + push: permissions: contents: read