🔨 chore(ci): add concurrency & cancel for Release CI (#11376)

Add concurrency settings to the release workflow
This commit is contained in:
Neko
2026-01-09 17:56:09 +08:00
committed by GitHub
parent b56d159c84
commit c744118e53

View File

@@ -11,6 +11,10 @@ on:
- main
- next
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
name: Release