Skip to content

Commit f00e5ec

Browse files
committed
- Update GH Actions
1 parent 93b8605 commit f00e5ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
tags:
88
- 'v*'
99

10+
# Cancel in-progress runs on the same branch when a new push arrives
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1015
jobs:
1116
release:
1217
name: Build, Pack & Publish

0 commit comments

Comments
 (0)