From 98291440b87a33c3b297087b8ff1f76167f6f8f1 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 26 Jan 2024 19:58:14 +0100 Subject: [PATCH] Revert "CI: enable spell check on git push" This reverts commit 413aa6e2e94a591d444ef9bd174a99b64eea8436. It reports failures that neither the patch's author nor the committer are able to check for before pushing, causing an excess of failure reports that can hardly be acted upon. We need to find a better solution, let's revert it for now. --- .github/workflows/codespell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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