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 92b4348 commit d818ec9Copy full SHA for d818ec9
.github/workflows/abidiff.yaml
@@ -5,6 +5,10 @@ name: abidiff
5
6
on: [push, pull_request]
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
10
+ cancel-in-progress: true
11
+
12
defaults:
13
run:
14
shell: sh
.github/workflows/test.yaml
@@ -20,6 +20,10 @@ on:
20
type: boolean
21
default: true
22
23
24
25
26
27
env:
28
GTEST_FILTER: ${{ github.event.inputs.gtest_filter || '*' }}
29
0 commit comments