Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Fix opentofu#163.
- Loading branch information