Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 21, 2024
1 parent a9b9b62 commit ce9ccef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ce9ccef

Please sign in to comment.