Skip to content

Commit

Permalink
Use issue_comment webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 15, 2024
1 parent 6cc6cf8 commit 55b4022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
environment: testing
runs-on: ubuntu-latest
permissions: write-all
if: ${{ github.event.issue.pull_request }} && ${{ github.event.issue.body }} == "run tests" && ${{ github.event.issue.author_association }} == "COLLABORATOR"
if: ${{ github.event.issue.pull_request }} && ${{ github.event.issue_comment.comment.body }} == "run tests" && ${{ github.event.issue_comment.comment.author_association }} == "COLLABORATOR"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 55b4022

Please sign in to comment.