cancel previous builds on workflow run to avoid race condition.
This commit is contained in:
@@ -8,6 +8,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: build-deploy-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gt.wittyoneoff.com
|
REGISTRY: gt.wittyoneoff.com
|
||||||
IMAGE_NAME: jason/socktop-webterm
|
IMAGE_NAME: jason/socktop-webterm
|
||||||
|
|||||||
Generated
+1
-1
@@ -2609,7 +2609,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webterm"
|
name = "webterm"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-files",
|
"actix-files",
|
||||||
|
|||||||
Reference in New Issue
Block a user