Skip to content

Commit 2816737

Browse files
authored
Add github action concurrency control (#292)
1 parent aecab7f commit 2816737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Build pull request
33
on:
44
pull_request:
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
8+
cancel-in-progress: true
9+
610
jobs:
711
build:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)