Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): allow terraform jobs to run concurrently when they target di…
…fferent workspaces (#89) When I split the terraform workflow in two different workflows to make it reusable in #83 I mistakenly used the same concurrency group for both, which prevents the child workflow from running. This PR adds the workspace to the concurrency group key so that only workflows that target the same workspace share the same concurrency group.
- Loading branch information