From 552ce88ca9bef5b760a1939ed7e3a957be270d0b Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 22 Apr 2021 21:49:06 +0200 Subject: [PATCH 1/2] ci: re-enable Foxy builds These got removed by #138. --- .github/workflows/ci_focal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_focal.yml b/.github/workflows/ci_focal.yml index 5ea2a4cb..c1d57bb2 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - ros_distro: [ noetic ] + ros_distro: [ noetic, focal ] ros_repo: [ main, testing ] env: From f60ca9bd22fb231b1035a35c4458a3a9209aeedd Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 22 Apr 2021 21:51:25 +0200 Subject: [PATCH 2/2] fixup (will squash) --- .github/workflows/ci_focal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_focal.yml b/.github/workflows/ci_focal.yml index c1d57bb2..7e96ef9e 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - ros_distro: [ noetic, focal ] + ros_distro: [ noetic, foxy ] ros_repo: [ main, testing ] env: