limit github action concurrency
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -10,6 +10,10 @@ on:
|
|||||||
# paths-ignore:
|
# paths-ignore:
|
||||||
# - 'README.md'
|
# - 'README.md'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user