Compare commits

...

1 Commits

Author SHA1 Message Date
Loyalsoldier
d014f46c20 Fix: limit workflow concurrency to avoid potential overlap releases (#3088)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-20 20:14:05 +08:00

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