Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/jrl-cmakemodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI - JRL-cmakemodules

on:
push:
branches:
- devel
paths-ignore:
- 'doc/**'
- '.gitlab-ci.yml'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI - Linux via APT

on:
push:
branches:
- devel
paths-ignore:
- 'doc/**'
- '.gitlab-ci.yml'
Expand All @@ -28,6 +30,7 @@ jobs:
name: "Test python ${{ matrix.python }} on ${{ matrix.ubuntu }}.04"
runs-on: "ubuntu-${{ matrix.ubuntu }}.04"
strategy:
fail-fast: false
matrix:
python: [3]
ubuntu: [22, 24]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-linux-windows-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI - MacOS/Linux/Windows via Pixi

on:
push:
branches:
- devel
paths-ignore:
- 'doc/**'
- '.gitlab-ci.yml'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: "CI - Nix"
on:
push:
branches:
- master
- devel
pull_request:
branches:
- master
- devel
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
nix:
runs-on: "${{ matrix.os }}-latest"
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos]
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI - Ensure relocatable

on:
push:
branches:
- devel
paths-ignore:
- 'doc/**'
- '.gitlab-ci.yml'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ros_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: CI - Linux via ROS
# This determines when this workflow is run
on:
push:
branches:
- devel
paths-ignore:
- 'doc/**'
- '.gitlab-ci.yml'
Expand All @@ -30,6 +32,7 @@ concurrency:
jobs:
CI:
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble}
Expand Down
Loading