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
> Any user with `WRITE` permissions on the repo can trigger a deployment of any branch to any environment. This can be restricted with by appending a check of the `github.actor` within the `if:` clause of the manual deployment job and restricting write access to `main` (see [this discussion](https://github.com/orgs/community/discussions/26622) for more details).
29
+
27
30
#### Forcing Deployments
28
31
29
32
When manually dispatching a deployment, a user can deploy even if tests fail.
0 commit comments