From 30df5b0f23b16fe0c53816e89973089e92283dd8 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 2 Apr 2025 20:44:20 +0200 Subject: [PATCH] CI: spell check: allow manual trigger --- .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