mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-19 12:34: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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user