ci: cancel previous Windows build when start a new one (#30086)

This commit is contained in:
Yihau Chen 2023-02-03 11:54:29 +08:00 committed by GitHub
parent 8312141f87
commit a31c892a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-artifacts:
uses: ./.github/workflows/release-artifacts.yml