From 07d00073e07375b2f5446fc997e9ca8df80fb1c5 Mon Sep 17 00:00:00 2001 From: Stefan Scherzinger Date: Mon, 26 Aug 2024 13:22:11 +0200 Subject: [PATCH] Mark failing `rolling` pipelines as successful Failing ROS2 `Rolling` pipelines should not block PR's from being merged. --- .github/workflows/industrial_ci_rolling_action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/industrial_ci_rolling_action.yml b/.github/workflows/industrial_ci_rolling_action.yml index 6868f50..1278461 100644 --- a/.github/workflows/industrial_ci_rolling_action.yml +++ b/.github/workflows/industrial_ci_rolling_action.yml @@ -23,3 +23,4 @@ jobs: - uses: actions/checkout@v4 - uses: 'ros-industrial/industrial_ci@master' env: ${{matrix.env}} + continue-on-error: true