File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed
Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11name : JRL-cmakemodules
22on : [push,pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36
47jobs :
58 with-submodules :
Original file line number Diff line number Diff line change 11name : Check build on linux
22
33on : ["push", "pull_request"]
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
47
58jobs :
69 test :
Original file line number Diff line number Diff line change 11name : Conda-CI
22
33on : [push,pull_request]
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
47
58jobs :
69 eigenpy-conda :
Original file line number Diff line number Diff line change 11name : Ensure relocatable
22
33on : [push,pull_request]
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
47
58jobs :
69 relocatable :
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ name: ROS-CI
55
66# This determines when this workflow is run
77on : [push, pull_request] # on all pushes and PRs
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
811
912jobs :
1013 CI :
Original file line number Diff line number Diff line change 11name : Build Eigenpy on Windows via Conda
22on : [push,pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36
47jobs :
58 build :
You can’t perform that action at this time.
0 commit comments