unexpected effects of disabled but connected nodes? #2006
Answered
by
glopesdev
edmundchong
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
glopesdev
Sep 8, 2024
Replies: 1 comment 1 reply
-
@glopesdev seems like a bug where the expression tree is seeing the disabled node as a hanging branch and adding a publish. Can you confirm? I am tentatively opening an issue with this. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is a known "quirk". There are is an intrinsic ambiguity in fully disabled branches between whether the source should be connected directly to the merge, or the branch removed entirely. A dangling branch is ultimately still merged back into the workflow output so it falls into this ambiguity too.
It is awkward though so raising the issue is fine and we can at least track the discussion on the impact of different ways to resolve it.