fix(ci): only cancel previous in-progress workflow of the same group

This commit is contained in:
Alexander 2021-08-28 11:01:09 +09:00
parent e73044f1f0
commit 7107ded3cd
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch: []
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref }}/binary_test
cancel-in-progress: true
jobs:

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch: []
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref }}/container_test
cancel-in-progress: true
jobs:

View file

@ -7,7 +7,7 @@ on:
branches: [ master ]
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref }}/go
cancel-in-progress: true
jobs: