Skip to content

Commit da273ee

Browse files
committed
add concurrency configuration
1 parent 578fa6e commit da273ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- "*"
77

8+
concurrency:
9+
group: "docker-image"
10+
cancel-in-progress: false
11+
812
jobs:
913
docker:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)