CI: Don't cancel in-progress release builds (#107153)

Don't cancel in-progress release builds
This commit is contained in:
Kevin Minehart
2025-06-24 22:39:33 +02:00
committed by GitHub
parent 182bff2555
commit 988d889ba7
+1 -1
View File
@@ -8,7 +8,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
permissions:
contents: read