mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(ci): only cancel previous in-progress workflow of the same group
This commit is contained in:
parent
e73044f1f0
commit
7107ded3cd
|
@ -6,7 +6,7 @@ on:
|
|||
workflow_dispatch: []
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
group: ${{ github.head_ref }}/binary_test
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
2
.github/workflows/container_test.yml
vendored
2
.github/workflows/container_test.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
workflow_dispatch: []
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
group: ${{ github.head_ref }}/container_test
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
group: ${{ github.head_ref }}/go
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue