From 13eebdcf3269eb0ba3a1f7c67c93edf4c2df55b0 Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Fri, 5 Jul 2024 14:13:15 +0200 Subject: [PATCH] continue ci on error, eg if pip already exists for one of the packages --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb67825..88be932 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,7 @@ jobs: strategy: matrix: package: [docker-run-cli, docker-run-docker-ros] + continue-on-error: true steps: - name: Checkout repository uses: actions/checkout@v3