Skip to content

Commit 4afcbb2

Browse files
committed
Added concurrency
1 parent 5cbf16c commit 4afcbb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- "main"
1212
- "develop"
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: false
17+
1418
jobs:
1519
push-image:
1620
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)