add concurrency configuration
This commit is contained in:
parent
578fa6e85d
commit
da273ee5ec
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
concurrency:
|
||||
group: "docker-image"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user