ci: cancel previous runs for tag pipelines

Reverts the change in ad5bb38d70.

https://github.com/orgs/community/discussions/13015 is now solved.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
(cherry picked from commit 96f12f83f0)
This commit is contained in:
Taimoor Zaeem
2026-05-07 07:10:27 +00:00
committed by Wolfgang Walther
parent 3824e73c91
commit 51c51ea140
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ on:
concurrency:
# Terminate all previous runs of the same workflow for the same tag.
group: release-${{ github.ref }}
# TODO: Enable this once https://github.com/orgs/community/discussions/13015 is solved
cancel-in-progress: false
cancel-in-progress: true
jobs:
build: