From 3349fd28b20237081bb13c8ce6da1530d291ffe8 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 09:20:17 -0500 Subject: [PATCH] fix: remove continue_on_error --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 858352e..155f7ee 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -49,7 +49,6 @@ jobs: - name: Run shared CI action uses: ./bec_shared_actions - continue-on-error: true with: BEC_WIDGETS_BRANCH: "${{ github.event.inputs.BEC_WIDGETS_BRANCH || 'main' }}" BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}"