mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
Disable i18n on PRs from forked repo (#2225)
This commit is contained in:
2
.github/workflows/i18n.yaml
vendored
2
.github/workflows/i18n.yaml
vendored
@@ -5,6 +5,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-locales:
|
update-locales:
|
||||||
|
# Don't run on fork PRs
|
||||||
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1
|
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user