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

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