Fix: limit workflow concurrency to avoid potential overlap releases (#3088)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Loyalsoldier 2025-12-20 20:14:05 +08:00 committed by GitHub
parent 6f3acc3ba9
commit d014f46c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,11 @@ on:
- master
paths-ignore:
- "**/README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build:
name: Build