ci:concurrency config added

This commit is contained in:
luoliwoshang
2025-09-04 19:09:30 +08:00
parent 6588f36123
commit 7ae6686f6b
6 changed files with 24 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ on:
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
populate-darwin-sysroot:
runs-on: macos-latest