-
Notifications
You must be signed in to change notification settings - Fork 0
Forks problem: add an organisation or owner check to run the action #2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@snomiao Can you take a look at this? |
let me check |
- [Forks problem: add an organisation or owner check to run the action · Issue #2 · Comfy-Org/publish-node-action]( Comfy-Org/publish-node-action#2 (comment) )
The repository owner name filter has been added. From now on, when creating new pull requests, "NODE_AUTHOR_OWNER" will be replaced by the repository owner's name. For example, when creating a PR for the snomiao/ComfyNode-Registry-test repository, the
This change should prevent the publishing action from being constantly triggered and failing. References: |
Nice, so going forward, new custom node repos that get's |
yes |
When you update a forked ComfyUI Node, the publishing action is constantly triggered and fails.
Can this
if: ${{ github.repository_owner == 'NODE_AUTHOR_OWNER' }}
be added to the example and to all PRs that this organisation creates to the ComfyUI Nodes, please?This will prevent action from trigger and it is a default practice how it is usually done, thanks.
The text was updated successfully, but these errors were encountered: