mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +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/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel in-progress jobs for the same pull request
|
# 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
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
2
.github/workflows/clang-format-check.yml
vendored
2
.github/workflows/clang-format-check.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel in-progress jobs for the same pull request
|
# 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
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
2
.github/workflows/clang-tidy-review.yml
vendored
2
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel in-progress jobs for the same pull request
|
# 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
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue