From df17566fd0ff391a2a04cc5b7e30747dc030c622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Tue, 7 May 2024 19:00:11 +0200 Subject: [PATCH] Use master branch of ros2_control_ci repo --- .github/workflows/ci-coverage-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-coverage-build.yml b/.github/workflows/ci-coverage-build.yml index 5b5b8620..2aa8606c 100644 --- a/.github/workflows/ci-coverage-build.yml +++ b/.github/workflows/ci-coverage-build.yml @@ -11,7 +11,7 @@ on: jobs: coverage: name: coverage build - uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@optional_repos + uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master secrets: inherit with: ros_distro: rolling