From c9be08ed722375d8ce6950c4cde8be38bc7d1fda Mon Sep 17 00:00:00 2001 From: Sai Kishor Kothakota Date: Tue, 10 Dec 2024 23:40:11 +0100 Subject: [PATCH] Remove duplicate downstream build workflow (#230) --- .github/workflows/binary-downstream-build.yml | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/binary-downstream-build.yml diff --git a/.github/workflows/binary-downstream-build.yml b/.github/workflows/binary-downstream-build.yml deleted file mode 100644 index 7592aa7b..00000000 --- a/.github/workflows/binary-downstream-build.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Downstream Build -# description: 'Build & test downstream packages from source.' -# author: Christoph Froehlich - -on: - workflow_dispatch: - pull_request: - branches: - - master - push: - branches: - - master - -jobs: - build-downstream: - uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master - strategy: - fail-fast: false - matrix: - ROS_DISTRO: [humble, jazzy, rolling] - ROS_REPO: [testing] - with: - ros_distro: ${{ matrix.ROS_DISTRO }} - ros_repo: ${{ matrix.ROS_REPO }} - ref_for_scheduled_build: master - not_test_build: true - downstream_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos - not_test_downstream: true