File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,11 @@ concurrency:
38
38
39
39
jobs :
40
40
binary-windows :
41
- # if: |
42
- # (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) ||
43
- # (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) ||
44
- # (github.event_name == 'workflow_dispatch')
45
41
uses : ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
46
42
with :
47
43
ros_distro : rolling
48
44
pixi_dependencies : typeguard jinja2 boost compilers
49
45
windows_dependencies : ros2_control.windows.rolling.repos
50
46
ninja_packages : rsl
47
+ skip_packages : diagnostic_remote_logging generate_parameter_library_example_external generate_parameter_library_example
48
+ target_cmake_args : -DBUILD_TESTING=OFF
You can’t perform that action at this time.
0 commit comments