CI: Switch back to pull_request_target event

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-11-21 12:17:59 +01:00
parent e1db6a7bf6
commit 5d6396b8dd
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
name: pull-request-ci name: pull-request-ci
on: on:
pull_request: pull_request_target:
paths: ["i18n.yaml"] paths: ["i18n.yaml"]
jobs: jobs:
@ -25,6 +25,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Marking workdir safe - name: Marking workdir safe