Skip to content

Commit 8eff67f

Browse files
committed
dev: fixup, fix event_name test
1 parent 9388dcb commit 8eff67f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
name: Checkout Repository (Push)
4646
uses: actions/checkout@v4
4747

48-
- id: checkout_pull_request
49-
if: github.event_name == 'pull_request'
50-
name: Checkout Repository (Pull Request)
48+
- id: checkout_pull_request_target
49+
if: github.event_name == 'pull_request_target'
50+
name: Checkout Repository (Pull Request Target)
5151
uses: actions/checkout@v4
5252
with:
5353
ref: "refs/pull/${{ github.event.pull_request.number }}/head"

0 commit comments

Comments
 (0)