We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd11c35 commit 2aaa392Copy full SHA for 2aaa392
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- "2.0.x"
10
11
+concurrency:
12
+ group: build-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
13
+ cancel-in-progress: true
14
+
15
jobs:
16
lint:
17
name: "Lint"
0 commit comments