From d26b4bb5f31773f199ecc31d1204233c90f3afb9 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev <33040934+AlexJameson@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:45:12 +0300 Subject: [PATCH] fix --- .github/workflows/spellcheck-ru.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck-ru.yml b/.github/workflows/spellcheck-ru.yml index f59000a415f..6753a2874ed 100644 --- a/.github/workflows/spellcheck-ru.yml +++ b/.github/workflows/spellcheck-ru.yml @@ -6,7 +6,7 @@ on: jobs: spellcheck: - if: github.event.issue.pull_request && github.event.comment.body == '/check-ru' + if: github.event.comment.body == '/check-ru' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3