From 4a33e549358139cf9795f1a6dccc7507c87da4e7 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 4 May 2021 20:37:28 +0200 Subject: [PATCH] (actions) run on noetic again (#432) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cefb1a807..7cc54fb42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ros_distro: [kinetic, melodic] # Temp remove noetic waitng for release of tf2_web_republisher + ros_distro: [kinetic, melodic, noetic] node_version: [14] steps: - uses: actions/checkout@v2