Skip to content

Commit d0a7b72

Browse files
authored
Merge branch 'master' into joint_state_broadcaster/cleanup
2 parents abb7a5d + b3e8a30 commit d0a7b72

File tree

88 files changed

+337
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+337
-84
lines changed

.github/workflows/humble-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Humble - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- humble
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/humble-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Humble - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- humble
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/jazzy-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Jazzy - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- jazzy
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/jazzy-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Jazzy - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- jazzy
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/kilted-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Kilted - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- kilted
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/kilted-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Kilted - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- kilted
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Rolling - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- master
77
paths:
@@ -16,9 +16,7 @@ on:
1616
- 'ros2_controllers.rolling.repos'
1717
- 'ros2_controllers.kilted.repos'
1818
- '**.xml'
19-
schedule:
20-
# Run every day to detect flakiness and broken dependencies
21-
- cron: '03 1 * * MON-FRI'
19+
push: *event
2220

2321
concurrency:
2422
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Rolling - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- master
77
paths:
@@ -16,9 +16,7 @@ on:
1616
- 'ros2_controllers.rolling.repos'
1717
- 'ros2_controllers.kilted.repos'
1818
- '**.xml'
19-
schedule:
20-
# Run every day to detect flakiness and broken dependencies
21-
- cron: '03 1 * * MON-FRI'
19+
push: *event
2220

2321
concurrency:
2422
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-semi-binary-build-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ jobs:
2929
ros_distro: rolling
3030
pixi_dependencies: typeguard jinja2 boost compilers octomap
3131
ninja_packages: rsl
32-
target_cmake_args: -DBUILD_TESTING=OFF

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464

6565
# CPP hooks
6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v21.1.8
67+
rev: v22.1.0
6868
hooks:
6969
- id: clang-format
7070
args: ['-fallback-style=none', '-i']
@@ -138,7 +138,7 @@ repos:
138138
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
139139

140140
- repo: https://github.com/python-jsonschema/check-jsonschema
141-
rev: 0.36.1
141+
rev: 0.37.0
142142
hooks:
143143
- id: check-github-workflows
144144
args: ["--verbose"]

0 commit comments

Comments
 (0)