File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ name: abidiff
55
66on : [push, pull_request]
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
10+ cancel-in-progress : true
11+
812defaults :
913 run :
1014 shell : sh
Original file line number Diff line number Diff line change 11name : CIFuzz
2+
23on : [pull_request]
4+
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
7+ cancel-in-progress : true
8+
39jobs :
410 Fuzzing :
511 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 type : boolean
2121 default : true
2222
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
25+ cancel-in-progress : true
26+
2327env :
2428 GTEST_FILTER : ${{ github.event.inputs.gtest_filter || '*' }}
2529
You can’t perform that action at this time.
0 commit comments