From: Willy Tarreau Date: Fri, 26 Jan 2024 18:58:14 +0000 (+0100) Subject: Revert "CI: enable spell check on git push" X-Git-Tag: v3.0-dev2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98291440b87a33c3b297087b8ff1f76167f6f8f1;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f54fe6d8be..385b698a54 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