From ce9ccef0499589d0e54a94b0f7c04c2c1f506d77 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev <33040934+AlexJameson@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:50:43 +0300 Subject: [PATCH] fix --- .github/workflows/spellcheck-ru.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spellcheck-ru.yml b/.github/workflows/spellcheck-ru.yml index 28a23ddf355..678eed65183 100644 --- a/.github/workflows/spellcheck-ru.yml +++ b/.github/workflows/spellcheck-ru.yml @@ -1,12 +1,12 @@ name: CSpell Check on: - pull_request_review_comment: + issue_comment: types: [created] jobs: spellcheck: - if: github.event.comment.body == '/check-ru' + if: github.event.comment.body == '/check-ru' && github.event.issue.pull_request != null runs-on: ubuntu-latest steps: - uses: actions/checkout@v3