From 49fe90798df06c173f0b4c1b896e17ef85c41e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sowa?= Date: Fri, 8 Nov 2024 12:51:05 +0100 Subject: [PATCH] Remove jazzy workflow --- .github/workflows/ci-jazzy.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/ci-jazzy.yml diff --git a/.github/workflows/ci-jazzy.yml b/.github/workflows/ci-jazzy.yml deleted file mode 100644 index 4282a2f..0000000 --- a/.github/workflows/ci-jazzy.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: CI-Jazzy - -on: - workflow_dispatch: - push: - branches: - - jazzy - pull_request: - branches: - - jazzy - -env: - ROS_DISTRO: jazzy - -jobs: - industrial_ci: - runs-on: ubuntu-20.04 - strategy: - fail-fast: false - matrix: - ROS_REPO: [testing, main] - env: - ROS_REPO: ${{ matrix.ROS_REPO }} - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - name: Source tests - uses: "ros-industrial/industrial_ci@master" - env: - DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#jazzy"