There was an error while loading. Please reload this page.
1 parent e589d35 commit 75f10edCopy full SHA for 75f10ed
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- master
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
env:
16
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail"
17
CMAKE_VERSION: "3.6.1"
0 commit comments