Skip to content

Commit d4fff73

Browse files
committed
Add concurrency, preventing old versions from getting pushed to Docker Hub
1 parent fbe10f3 commit d4fff73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
push:
99
branches: [ "main" ]
1010

11+
concurrency:
12+
group: "python"
13+
cancel-in-progress: true
14+
1115

1216
jobs:
1317
build-matrix:

0 commit comments

Comments
 (0)