Skip to content

Commit e375213

Browse files
committed
feat: add concurrency to check workflow
JIRA: INFRA-4283
1 parent 260f908 commit e375213

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: check
22
on: pull_request
3+
4+
concurrency:
5+
group: check-${{ github.ref }}
6+
cancel-in-progress: true
7+
38
jobs:
49
prepare-env:
510
runs-on:

0 commit comments

Comments
 (0)