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
Having an environment deployed per PR is wasteful as many of them don't need it. Let's figure out a way to do this conditionally; so far I am considering the following options:
Having an environment deployed per PR is wasteful as many of them don't need it. Let's figure out a way to do this conditionally; so far I am considering the following options:
terraform deploy
. See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment[deploy]
in the title. For example,feat[deploy]: new ui
will deploy enviornment, whilefix: README
won'tTasks
The text was updated successfully, but these errors were encountered: