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 3ebb7aa commit 9702ecaCopy full SHA for 9702eca
1 file changed
.github/workflows/build.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
branches: [master, main]
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
# =========================================================================
16
# C++ tests (quick feedback, no wheel building)
0 commit comments