Skip to content

Commit 99d13ac

Browse files
committed
Stop current actions on push to same branch
1 parent a08dfdf commit 99d13ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

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

10+
# Stop current actions if there is a new push to the same branch
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1015
jobs:
1116
build:
1217

0 commit comments

Comments
 (0)