From 3b592a6cf9f160ec124ea2cdc1c0cdd91cb49d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 22 Jan 2024 14:32:24 +0100 Subject: [PATCH] [CI] Activate coverage-build for humble (#1323) --- .github/workflows/ci-coverage-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-coverage-build.yml b/.github/workflows/ci-coverage-build.yml index c184009187..6f6dd69391 100644 --- a/.github/workflows/ci-coverage-build.yml +++ b/.github/workflows/ci-coverage-build.yml @@ -1,11 +1,12 @@ name: Coverage Build on: workflow_dispatch: + push: branches: - - master + - humble pull_request: branches: - - master + - humble jobs: coverage: @@ -14,7 +15,7 @@ jobs: strategy: fail-fast: false env: - ROS_DISTRO: rolling + ROS_DISTRO: humble steps: - uses: ros-tooling/setup-ros@v0.7 with: @@ -51,5 +52,5 @@ jobs: name: codecov-umbrella - uses: actions/upload-artifact@v4 with: - name: colcon-logs-ubuntu-22.04-coverage-rolling + name: colcon-logs-ubuntu-22.04-coverage-humble path: ros_ws/log