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
after some research it seems this only happens for environments that have been created in the past and then deleted. The new DeployTarget Logic doesn't check that the environment has already been deleted and just creates it again.
I think this happens here:
@shreddedbacon the same happens with the PR regex.
For example, setting it to false allows the creation of environments based on a PR regardless of the PR regex.
ps: the regex envs didn't exist before, so they are brand-new envs
Describe the bug
Few customers reported that branches not configured for deployment (not present in the
branches
regex string) are deployed anywayExpected behavior
honor the
branches
string regex for deploymentsThe text was updated successfully, but these errors were encountered: