From d405524ab1f90913f5e68b8e80469629eaf14c8c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:22:11 +0100 Subject: [PATCH] Use image from ros-controls (#1334) (#1336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 207f4961fe2df99d000909211a7135bca434407e) Co-authored-by: Christoph Fröhlich --- .github/workflows/humble-debian-build.yml | 5 ++++- .github/workflows/iron-debian-build.yml | 2 +- .github/workflows/rolling-debian-build.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/humble-debian-build.yml b/.github/workflows/humble-debian-build.yml index 8206528fb4..0db1f58210 100644 --- a/.github/workflows/humble-debian-build.yml +++ b/.github/workflows/humble-debian-build.yml @@ -1,6 +1,9 @@ name: Debian Humble Build on: workflow_dispatch: + pull_request: + branches: + - humble schedule: # Run every day to detect flakiness and broken dependencies - cron: '03 1 * * *' @@ -12,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: ROS_DISTRO: humble - container: ghcr.io/christophfroehlich/ros:humble-debian + container: ghcr.io/ros-controls/ros:humble-debian steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/iron-debian-build.yml b/.github/workflows/iron-debian-build.yml index 57dc7f578f..405e4f9135 100644 --- a/.github/workflows/iron-debian-build.yml +++ b/.github/workflows/iron-debian-build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: ROS_DISTRO: iron - container: ghcr.io/christophfroehlich/ros:iron-debian + container: ghcr.io/ros-controls/ros:iron-debian steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/rolling-debian-build.yml b/.github/workflows/rolling-debian-build.yml index a86c287d95..098af45029 100644 --- a/.github/workflows/rolling-debian-build.yml +++ b/.github/workflows/rolling-debian-build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: ROS_DISTRO: rolling - container: ghcr.io/christophfroehlich/ros:rolling-debian + container: ghcr.io/ros-controls/ros:rolling-debian steps: - uses: actions/checkout@v4 with: