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 c7581b8 commit d5def15Copy full SHA for d5def15
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches:
8
- master
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11
+ cancel-in-progress: true
12
jobs:
13
test:
14
timeout-minutes: 30
0 commit comments