From 97fb8394b037b0f819fcfd029e61feba7f195aed Mon Sep 17 00:00:00 2001 From: Arno Schutijzer Date: Sun, 7 Jan 2024 11:33:04 +0100 Subject: [PATCH] Revert "review on pr comment" This reverts commit b5ce83a436219d8c349240c2bf1302f426f1b93c. --- .github/workflows/test-out-torvalds.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-out-torvalds.yml b/.github/workflows/test-out-torvalds.yml index ae07d80..63ac737 100644 --- a/.github/workflows/test-out-torvalds.yml +++ b/.github/workflows/test-out-torvalds.yml @@ -1,12 +1,11 @@ on: - issue_comment: - types: [created, deleted] + pull_request: + branches: [ main ] jobs: test: runs-on: ubuntu-latest name: Review it - if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/review-linus') steps: - name: Checkout uses: actions/checkout@v4