cancel previous builds on workflow run to avoid race condition.
Build and Deploy to K3s / test (push) Has been cancelled
Build and Deploy to K3s / lint (push) Has been cancelled
Build and Deploy to K3s / build-and-push (push) Has been cancelled
Build and Deploy to K3s / deploy (push) Has been cancelled

This commit is contained in:
jasonwitty
2026-08-23 23:42:52 -07:00
parent dc7b51453e
commit f630a44a5d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
View File
@@ -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",