We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b483e6 commit ad2f552Copy full SHA for ad2f552
1 file changed
.github/workflows/build-develop.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- 'develop'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
run-eslint-and-test:
17
name: ESLint and Test
0 commit comments