Concurrency workflow syntax for GitHub Actions
Use
concurrency
to ensure that only a single job or workflow using the same concurrency group will run at a time.
Use
concurrency
to ensure that only a single job or workflow using the same concurrency group will run at a time.