We have a section of our build tree that has documents and assets that shouldn’t trigger CI when we modify them. That works great with the Selective Build option added a few months ago. We also have our GitHub repo set up so that only builds that pass CI can be merged.
If we change a document and create a PR, GitHub shows “Expected — Waiting for status to be reported” forever, rather than “Passed”. Thus we have to do an “administrator override” to merge the change.
Is there a way to have the Selective Build always return success, so that GitHub is happy? (FWIW, this was how BuddyBuild implemented their similar feature…)
Unfortunately there’s no built in option for this right now. Can you please formalise this as a #feature-request ? That would be the fastest way to get this feature implemented