From 430a5862ad499cca494df623f272d57bb122c3eb Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 13 Feb 2026 07:07:33 +0900 Subject: [PATCH] test coderabbit --- .github/workflows/test.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea9c0f95..0d4e8a5e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,20 +1,12 @@ --- name: test -on: - pull_request: - types: [closed] - pull_request_review: - types: [submitted] +on: pull_request jobs: test: - if: | - endsWith(github.event.pull_request.user.login, '[bot]') && - ((github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || - github.event_name == 'pull_request') runs-on: ubuntu-24.04 timeout-minutes: 15 permissions: pull-requests: write contents: read steps: - - uses: suzuki-shunsuke/notify-bot-pr-event-action@pr/1 + - run: echo "${{github.event.pull_request}}"