File tree Expand file tree Collapse file tree 10 files changed +50
-0
lines changed
Expand file tree Collapse file tree 10 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913env :
1014 BUILD_TYPE : Release
1115
Original file line number Diff line number Diff line change 66 pull_request :
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913env :
1014 BUILD_TYPE : Release
1115 PYTHON_VER : 3.8
Original file line number Diff line number Diff line change 66 pull_request :
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913env :
1014 BUILD_TYPE : Release
1115
1216jobs :
17+
1318 Build_and_Run_GTest :
1419 name : Build and Run GoogleTest
1520 runs-on : windows-latest
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9+ cancel-in-progress : true
10+
711jobs :
12+
813 build_wheels :
914 name : Build wheels on ${{ matrix.os }}
1015 runs-on : ${{ matrix.os }}
1116 continue-on-error : true
17+
1218 strategy :
1319 fail-fast : false
1420 matrix :
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9+ cancel-in-progress : true
10+
711jobs :
12+
813 build_wheels :
914 name : Build wheels on ${{ matrix.os }}
1015 runs-on : ${{ matrix.os }}
1116 continue-on-error : true
17+
1218 strategy :
1319 fail-fast : false
1420 matrix :
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9+ cancel-in-progress : true
10+
711jobs :
12+
813 build_wheels :
914 name : Build wheels on ${{ matrix.os }}
1015 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 66
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913jobs :
14+
1015 build_wheels :
1116 name : Build wheels on ${{ matrix.os }}
1217 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 66
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913jobs :
14+
1015 build_wheels :
1116 name : Build wheels on ${{ matrix.os }}
1217 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 77env :
88 BUILD_TYPE : Release
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
12+ cancel-in-progress : true
13+
1014jobs :
15+
1116 push_to_registry :
1217 name : Push Docker image to Docker Hub
1318 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 66
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11+ cancel-in-progress : true
12+
913jobs :
14+
1015 build_wheels :
1116 name : Build wheels on ${{ matrix.os }}
1217 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments