From a6d334aff07dac50cee7b84e422e55c013e17cab Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 16 Sep 2025 18:24:03 +0000 Subject: [PATCH] Remove commented code --- .github/workflows/rolling-build-win.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/rolling-build-win.yml b/.github/workflows/rolling-build-win.yml index 04b98ce..dc44d1d 100644 --- a/.github/workflows/rolling-build-win.yml +++ b/.github/workflows/rolling-build-win.yml @@ -7,21 +7,12 @@ on: pull_request: branches: - master - # types: - # - labeled push: branches: - master - # issue_comment: - # types: - # - created 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