Skip to content

Commit ad2f552

Browse files
authored
chore: added concurrency on develop action (#6921)
1 parent 7b483e6 commit ad2f552

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-develop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- 'develop'
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
run-eslint-and-test:
1317
name: ESLint and Test

0 commit comments

Comments
 (0)