Skip to content

Commit 8c15bb1

Browse files
committed
build-test-deploy concurrency 1
1 parent d2d19a2 commit 8c15bb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
tags:
99
- "v*.*.*"
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
test:
1317
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)