]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
Revert "CI: enable spell check on git push"
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Jan 2024 18:58:14 +0000 (19:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jan 2024 18:58:14 +0000 (19:58 +0100)
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

index f54fe6d8bee6a96912beb60f72d6a4b73d6091bb..385b698a5489afee060aaecb5c16ef5307dc7d0e 100644 (file)
@@ -1,7 +1,8 @@
 name: Spelling Check
 
 on:
-  push:
+  schedule:
+    - cron: "0 0 * * 2"
 
 permissions:
   contents: read