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
Allow only one workflow at that time.
If a second workflow is triggered, it will be put in pending state, and
only start once the first workflow finish.
If the workflow is triggered a third time while the first one is
running, the second workflow is canceled, and the third takes over the
pending state.
`github.head_ref` allows concurrent runs outside the main branch.
Fixopentofu#163.
virtualroot
added a commit
to virtualroot/registry
that referenced
this issue
Mar 2, 2024
Allow only one workflow at that time.
If a second workflow is triggered, it will be put in pending state, and
only start once the first workflow finish.
If the workflow is triggered a third time while the first one is
running, the second workflow is canceled, and the third takes over the
pending state.
Fixopentofu#163.
Allow only one workflow at that time.
If a second workflow is triggered, it will be put in pending state, and
only start once the first workflow finish.
If the workflow is triggered a third time while the first one is
running, the second workflow is canceled, and the third takes over the
pending state.
Fixopentofu#163.
Signed-off-by: Alejandro Lazaro <alazaro@werpo.com.ar>
Otherwise two workflows could overlap.
The text was updated successfully, but these errors were encountered: