From: Ilia Shipitsin Date: Wed, 2 Apr 2025 18:44:20 +0000 (+0200) Subject: CI: spell check: allow manual trigger X-Git-Tag: v3.2-dev10~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30df5b0f23b16fe0c53816e89973089e92283dd8;p=thirdparty%2Fhaproxy.git CI: spell check: allow manual trigger --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 91e9d8ec7..ac8716c62 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,6 +3,7 @@ name: Spelling Check on: schedule: - cron: "0 0 * * 2" + workflow_dispatch: permissions: contents: read