mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-18 12:04:35 -05:00
CI: Switch back to pull_request_target event
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e1db6a7bf6
commit
5d6396b8dd
3
.github/workflows/pr-regen-translations.yml
vendored
3
.github/workflows/pr-regen-translations.yml
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
name: pull-request-ci
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
paths: ["i18n.yaml"]
|
||||
|
||||
jobs:
|
||||
@ -25,6 +25,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Marking workdir safe
|
||||
|
Loading…
Reference in New Issue
Block a user