From 46f1993cbf89de52cd9d0c17bc190f45c0a14eaf Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 14 May 2024 11:17:02 -0400 Subject: [PATCH] Run codespell CI only on manual workflow_dispatch Co-authored-by: Florian M --- .github/workflows/codespell.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b026c855dd4..eda924f89fc 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,10 +3,7 @@ name: Codespell on: - push: - branches: [master] - pull_request: - branches: [master] + workflow_dispatch: {} permissions: contents: read