From 08f8411021dbc54aa53751722525246e2f72c340 Mon Sep 17 00:00:00 2001 From: marocchino Date: Fri, 13 Mar 2026 18:37:16 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20condition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ce0c9d..57b4521 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: echo "$EOF" >> "$GITHUB_ENV" id: all - uses: ./ - if: ${{ github.event_name == 'pull_request_target' }} + if: ${{ github.event_name == 'pull_request' }} with: header: All message: | @@ -36,7 +36,7 @@ jobs: ``` - uses: ./ - if: ${{ github.event_name == 'pull_request_target' }} + if: ${{ github.event_name == 'pull_request' }} with: header: All append: true