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 1ecc552 commit 2d250c4Copy full SHA for 2d250c4
.github/workflows/check-pr.yml
@@ -3,6 +3,10 @@ name: check-pr
3
on:
4
pull_request:
5
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
9
+
10
jobs:
11
build:
12
runs-on: [ ubuntu-24.04 ]
0 commit comments