cancel previous builds on workflow run to avoid race condition.
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: build-deploy-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
REGISTRY: gt.wittyoneoff.com
|
||||
IMAGE_NAME: jason/socktop-webterm
|
||||
|
||||
Reference in New Issue
Block a user