We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14a2e4 commit 8750783Copy full SHA for 8750783
.github/workflows/cmake.yml
@@ -19,6 +19,10 @@ on:
19
- '**/README.md'
20
workflow_dispatch:
21
22
+concurrency:
23
+ group: ${{ github.workflow }}-${{ github.ref }}
24
+ cancel-in-progress: true
25
+
26
env:
27
CTEST_OUTPUT_ON_FAILURE: ON
28
CTEST_PARALLEL_LEVEL: 2
.github/workflows/doc.yml
@@ -13,6 +13,10 @@ on:
13
- 'LICENSE'
14
15
16
17
18
jobs:
build:
name: Documentation
0 commit comments