Disable i18n on PRs from forked repo (#2225)

This commit is contained in:
Chenlei Hu
2025-01-10 19:23:20 -05:00
committed by GitHub
parent 8986fa356a
commit 9bfce5b8d0

View File

@@ -5,6 +5,8 @@ on:
jobs:
update-locales:
# Don't run on fork PRs
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: Comfy-Org/ComfyUI_frontend_setup_action@v2.1