Skip to content

Commit

Permalink
Revert "review on pr comment"
Browse files Browse the repository at this point in the history
This reverts commit b5ce83a.
  • Loading branch information
arnoschutijzer committed Jan 7, 2024
1 parent b5ce83a commit 97fb839
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-out-torvalds.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 97fb839

Please sign in to comment.