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 a509c16 commit 0726817Copy full SHA for 0726817
.github/workflows/cppcmake.yml
@@ -19,11 +19,14 @@ on:
19
required: false
20
default: ''
21
22
+concurrency:
23
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
+ cancel-in-progress: true
25
+
26
defaults:
27
run:
28
shell: bash
29
-
30
jobs:
31
build:
32
name: ${{ matrix.config.name }}
.github/workflows/mingw_static.yml
@@ -10,6 +10,10 @@ on:
10
- '.github/workflows/mingw_static.yml'
11
pull_request:
12
13
14
15
16
17
18
name: MinGW batteries-included
0 commit comments