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
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - devel
5
7
paths-ignore :
6
8
- ' doc/**'
7
9
- ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - Linux via APT
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - devel
5
7
paths-ignore :
6
8
- ' doc/**'
7
9
- ' .gitlab-ci.yml'
28
30
name : " Test python ${{ matrix.python }} on ${{ matrix.ubuntu }}.04"
29
31
runs-on : " ubuntu-${{ matrix.ubuntu }}.04"
30
32
strategy :
33
+ fail-fast : false
31
34
matrix :
32
35
python : [3]
33
36
ubuntu : [22, 24]
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - MacOS/Linux/Windows via Pixi
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - devel
5
7
paths-ignore :
6
8
- ' doc/**'
7
9
- ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: "CI - Nix"
3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
6
- devel
8
7
pull_request :
9
- branches :
10
- - master
11
- - devel
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress : true
12
11
13
12
jobs :
14
13
nix :
15
14
runs-on : " ${{ matrix.os }}-latest"
16
15
strategy :
16
+ fail-fast : false
17
17
matrix :
18
18
os : [ubuntu, macos]
19
19
steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: CI - Ensure relocatable
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - devel
5
7
paths-ignore :
6
8
- ' doc/**'
7
9
- ' .gitlab-ci.yml'
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ name: CI - Linux via ROS
6
6
# This determines when this workflow is run
7
7
on :
8
8
push :
9
+ branches :
10
+ - devel
9
11
paths-ignore :
10
12
- ' doc/**'
11
13
- ' .gitlab-ci.yml'
@@ -30,6 +32,7 @@ concurrency:
30
32
jobs :
31
33
CI :
32
34
strategy :
35
+ fail-fast : false
33
36
matrix :
34
37
env :
35
38
- {ROS_DISTRO: humble}
You can’t perform that action at this time.
0 commit comments