You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
I think it would be valuable to have an option to force the execution of the pipeline if a certain condition is met, possible use cases are the following:
Always run the entire pipeline when build is triggered on main branch.
Always trigger certain (or all) steps based on PR labels
That would be helpful for devs that want a full regression on their changes
I was thinking of a OR operator on this case. If it's matches the diff OR the additional conditions.