--- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.46.0.windows.1
- [PATCH 1/3] CI: spell check: allow manual trigger Ilia Shipitsin
- [PATCH 2/3] CI: codespell: add "pres" to spe... Ilia Shipitsin
- Re: [PATCH 1/3] CI: spell check: allow manual trigger Willy Tarreau
- [PATCH 3/3] CLEANUP: assorted typo fixes in the code, ... Ilia Shipitsin