Commit 68ef21c

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-09-20 10:39:10
SImplify pull request checker (#445)
1 parent 250bf84
Changed files (1)
.github
workflows
.github/workflows/pr.yml
@@ -10,7 +10,7 @@ env:
 
 jobs:
   build:
-    if: ${{ contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/build') }}
+    if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/build') }}
     runs-on: ubuntu-latest
 
     steps: