mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Update GitHub workflow concurrency groups to prevent cancelling workflows
This commit is contained in:
parent
dab88ebb98
commit
a78d02617f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/clang-format-check.yml
vendored
2
.github/workflows/clang-format-check.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
# Cancel in-progress jobs for the same pull request
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue