Skip to content

Commit

Permalink
Disable i18n on PRs from forked repo (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jan 11, 2025
1 parent 8986fa3 commit 9bfce5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 9bfce5b

Please sign in to comment.