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 0632027 commit 8a3e263Copy full SHA for 8a3e263
.github/workflows/check-pull-requests.yaml
@@ -7,6 +7,7 @@ on:
7
- release/v*
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
jobs:
12
check_pull_requests:
13
name: Check pull requests
0 commit comments