Skip to content

Commit fee3036

Browse files
committed
ci: set concurrency rule to stop outdated running tasks
1 parent ce097d2 commit fee3036

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
concurrency:
10+
group: pr-${{ github.event.pull_request.number }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
build-lint:
1115
name: Build & static code analysis

0 commit comments

Comments
 (0)