From c112986869517a02b1571e02f339c4ed4e074b29 Mon Sep 17 00:00:00 2001 From: cvnertnc <148134890+cvnertnc@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:39:33 +0300 Subject: [PATCH] `-fix-` .yml --- .github/workflows/codespell.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index a7adaa6b6..356f201a0 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -4,9 +4,17 @@ # https://github.com/codespell-project/actions-codespell # https://github.com/codespell-project/codespell name: codespell -on: -# pull_request +on: + workflow_call: + inputs: + from_ci: + type: boolean + required: false + default: true + workflow_dispatch: + +# pull_request permissions: {} jobs: codespell: