File tree Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - JRL-cmakemodules
22
33on :
44 push :
5+ branches :
6+ - devel
57 paths-ignore :
68 - ' doc/**'
79 - ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - Linux via APT
22
33on :
44 push :
5+ branches :
6+ - devel
57 paths-ignore :
68 - ' doc/**'
79 - ' .gitlab-ci.yml'
2830 name : " Test python ${{ matrix.python }} on ${{ matrix.ubuntu }}.04"
2931 runs-on : " ubuntu-${{ matrix.ubuntu }}.04"
3032 strategy :
33+ fail-fast : false
3134 matrix :
3235 python : [3]
3336 ubuntu : [22, 24]
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - MacOS/Linux/Windows via Pixi
22
33on :
44 push :
5+ branches :
6+ - devel
57 paths-ignore :
68 - ' doc/**'
79 - ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: "CI - Nix"
33on :
44 push :
55 branches :
6- - master
76 - devel
87 pull_request :
9- branches :
10- - master
11- - devel
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
1211
1312jobs :
1413 nix :
1514 runs-on : " ${{ matrix.os }}-latest"
1615 strategy :
16+ fail-fast : false
1717 matrix :
1818 os : [ubuntu, macos]
1919 steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - Ensure relocatable
22
33on :
44 push :
5+ branches :
6+ - devel
57 paths-ignore :
68 - ' doc/**'
79 - ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ name: CI - Linux via ROS
66# This determines when this workflow is run
77on :
88 push :
9+ branches :
10+ - devel
911 paths-ignore :
1012 - ' doc/**'
1113 - ' .gitlab-ci.yml'
@@ -30,6 +32,7 @@ concurrency:
3032jobs :
3133 CI :
3234 strategy :
35+ fail-fast : false
3336 matrix :
3437 env :
3538 - {ROS_DISTRO: humble}
You can’t perform that action at this time.
0 commit comments