mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Don't run on fork PRs
This commit is contained in:
parent
40485a8f91
commit
6c16e0f852
2
.github/workflows/update-version.yml
vendored
2
.github/workflows/update-version.yml
vendored
@ -10,6 +10,8 @@ on:
|
||||
jobs:
|
||||
update-version:
|
||||
runs-on: ubuntu-latest
|
||||
# Don't run on fork PRs
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
|
Loading…
Reference in New Issue
Block a user