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 has been 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.
The text was updated successfully, but these errors were encountered:
dmnelson
changed the title
Add a conditional attribute to force execution regardless or changes
Add a conditional attribute to force execution regardless of changes
Oct 11, 2023
Hi all!
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:
I was thinking of a
OR
operator on this case. If it's matches the diff OR the additional conditions.The text was updated successfully, but these errors were encountered: