Fixes
Build - Docker Image - PROD / publish (push) Has been cancelled
Build - Docker Image - RC / publish (push) Has been cancelled

This commit is contained in:
JonatanRek
2025-11-25 12:19:06 +01:00
parent f3b3a51ef6
commit 07a7adceee
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
on:
push:
branches:
- dev
concurrency:
group: docker-build-dev
+3 -1
View File
@@ -3,9 +3,11 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
on:
push:
branches:
- main
concurrency:
group: docker-build-dev
group: docker-build-prod
cancel-in-progress: true
jobs: