mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Add global concurrency group to production deployments
This commit is contained in:
4
.github/workflows/_deploy_production.yml
vendored
4
.github/workflows/_deploy_production.yml
vendored
@@ -13,6 +13,10 @@ env:
|
||||
# mark:automatic-version
|
||||
VERSION: "1.0.0"
|
||||
|
||||
concurrency:
|
||||
group: "production-deploy"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
sanity-check:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Reference in New Issue
Block a user