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 f7e2aad commit 2725b65Copy full SHA for 2725b65
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- "master"
7
8
+concurrency:
9
+ group: ${{ github.head_ref || github.run_id }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
validate-mergable:
14
runs-on: ubuntu-latest
0 commit comments