From: Ilya Shipitsin Date: Wed, 24 Jan 2024 13:26:16 +0000 (+0100) Subject: CI: enable spell check on git push X-Git-Tag: v3.0-dev2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413aa6e2e94a591d444ef9bd174a99b64eea8436;p=thirdparty%2Fhaproxy.git CI: enable spell check on git push --- 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