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