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:
3838
3939jobs :
4040 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')
4541 uses : ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master
4642 with :
4743 ros_distro : rolling
4844 pixi_dependencies : typeguard jinja2 boost compilers
4945 windows_dependencies : ros2_control.windows.rolling.repos
5046 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