ci: disable concurrency for release pipeline

[skip ci]
This commit is contained in:
Herculino Trotta
2025-03-04 02:59:18 -03:00
committed by GitHub
parent 13f9950afa
commit 7282aa20ee

View File

@@ -20,6 +20,10 @@ on:
env:
IMAGE_NAME: wygiwyh
concurrency:
group: release
cancel-in-progress: false
jobs:
build-and-push:
runs-on: ubuntu-latest