We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec09ee commit adad371Copy full SHA for adad371
.github/workflows/build-develop.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- 'chore.gh-build-patch'
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
.github/workflows/build-pr.yml
@@ -9,6 +9,10 @@ on:
- '*'
18
0 commit comments