From a461d4f099690fea47e326bde4acf98314c20194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Tue, 16 Sep 2025 20:59:08 +0200 Subject: [PATCH] Fix win workflow: Skip example packages (#472) (cherry picked from commit 109c83ded780efdc0e188e871f5e235b53f9126f) --- .github/workflows/rolling-semi-binary-build-win.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/rolling-semi-binary-build-win.yml b/.github/workflows/rolling-semi-binary-build-win.yml index 7e787b2d..cf53216e 100644 --- a/.github/workflows/rolling-semi-binary-build-win.yml +++ b/.github/workflows/rolling-semi-binary-build-win.yml @@ -7,14 +7,9 @@ on: pull_request: branches: - ros2-master - # types: - # - labeled push: branches: - ros2-master - # issue_comment: - # types: - # - created concurrency: # cancel previous runs of the same workflow, except for pushes on given branches branch @@ -23,10 +18,6 @@ concurrency: jobs: binary-windows: - # if: | - # (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/check-windows')) || - # (github.event_name == 'pull_request' && contains(github.event.label.name, 'check-windows')) || - # (github.event_name == 'workflow_dispatch') uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-win-build.yml@master with: ros_distro: rolling @@ -34,3 +25,4 @@ jobs: pixi_dependencies: typeguard jinja2 boost compilers windows_dependencies: control_toolbox.windows.rolling.repos ninja_packages: rsl + skip_packages: generate_parameter_library_example_external generate_parameter_library_example