diff --git a/.github/workflows/foxy_focal.yml b/.github/workflows/foxy_focal.yml deleted file mode 100644 index 5260a12..0000000 --- a/.github/workflows/foxy_focal.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: ros2-foxy-focal - -on: - push - -jobs: - ros2_foxy_focal_ci: - name: foxy (focal) - uses: ./.github/workflows/ros2.yml - with: - ROS_DISTRO: foxy - ROS_REPO: testing - OS_NAME: ubuntu - OS_CODE_NAME: focal - ALLOW_FAIL: false \ No newline at end of file diff --git a/.github/workflows/galactic_focal.yml b/.github/workflows/galactic_focal.yml deleted file mode 100644 index 39f6e44..0000000 --- a/.github/workflows/galactic_focal.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: ros2-galactic-focal - -on: - push - -jobs: - ros2_galactic_focal_ci: - name: galactic (focal) - uses: ./.github/workflows/ros2.yml - with: - ROS_DISTRO: galactic - ROS_REPO: testing - OS_NAME: ubuntu - OS_CODE_NAME: focal - ALLOW_FAIL: false \ No newline at end of file