Skip to content

Commit 242eb73

Browse files
Merge branch 'master' into master
2 parents be681a0 + e0b6957 commit 242eb73

28 files changed

+341
-401
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
- 'control_toolbox.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 5 * * MON-FRI'
18+
push: *event
2119

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

.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
- 'control_toolbox.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 3 * * MON-FRI'
18+
push: *event
2119

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

.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
- 'control_toolbox.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 5 * * MON-FRI'
18+
push: *event
2119

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

.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
- 'control_toolbox.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 3 * * MON-FRI'
18+
push: *event
2119

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

.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
- 'control_toolbox.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 5 * * MON-FRI'
18+
push: *event
2119

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

.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
- 'control_toolbox.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 3 * * MON-FRI'
18+
push: *event
2119

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

.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:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'control_toolbox.rolling.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 5 * * MON-FRI'
18+
push: *event
2119

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

.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:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'control_toolbox.rolling.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 3 * * MON-FRI'
18+
push: *event
2119

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
with:
3131
ros_distro: rolling
3232
ref_for_scheduled_build: master
33-
pixi_dependencies: typeguard jinja2 boost compilers
34-
ninja_packages: rsl
33+
pixi_dependencies: typeguard jinja2 boost compilers cpp-expected

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 25.11.0
52+
rev: 26.3.1
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -62,7 +62,7 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v21.1.6
65+
rev: v22.1.2
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -129,14 +129,14 @@ repos:
129129
# Spellcheck in comments and docs
130130
# skipping of *.svg files is not working...
131131
- repo: https://github.com/codespell-project/codespell
132-
rev: v2.4.1
132+
rev: v2.4.2
133133
hooks:
134134
- id: codespell
135135
args: ['--write-changes']
136136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.35.0
139+
rev: 0.37.1
140140
hooks:
141141
- id: check-github-workflows
142142
args: ["--verbose"]

0 commit comments

Comments
 (0)