From 0e19aaada9dfab593306ab12b89b2ecc9abba140 Mon Sep 17 00:00:00 2001 From: Stefan Scherzinger Date: Thu, 21 Sep 2023 17:59:44 +0200 Subject: [PATCH] Remove *testing* ci pipelines for unsupported versions There won't be any development on deprecated versions, so drop them and keep the CI a little more light-weight. --- .github/workflows/industrial_ci_foxy_action.yml | 1 - .github/workflows/industrial_ci_galactic_action.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/industrial_ci_foxy_action.yml b/.github/workflows/industrial_ci_foxy_action.yml index 44bf7b8c..0e5d0337 100644 --- a/.github/workflows/industrial_ci_foxy_action.yml +++ b/.github/workflows/industrial_ci_foxy_action.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: env: - - {ROS_DISTRO: foxy, ROS_REPO: testing} - {ROS_DISTRO: foxy, ROS_REPO: main} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/industrial_ci_galactic_action.yml b/.github/workflows/industrial_ci_galactic_action.yml index 974e9bc1..294821c4 100644 --- a/.github/workflows/industrial_ci_galactic_action.yml +++ b/.github/workflows/industrial_ci_galactic_action.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: env: - - {ROS_DISTRO: galactic, ROS_REPO: testing} - {ROS_DISTRO: galactic, ROS_REPO: main} runs-on: ubuntu-latest steps: