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