From b28e1ba974442cf38cf988c87e078db36e821b18 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 09:37:06 -0500 Subject: [PATCH] test: move to on workflow action --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 155f7ee..ed5c4b8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,7 +48,8 @@ jobs: path: bec_shared_actions - name: Run shared CI action - uses: ./bec_shared_actions + uses: bec/bec_shared_actions/.gitea/workflows/shared-ci.yml@main + # uses: ./bec_shared_actions with: BEC_WIDGETS_BRANCH: "${{ github.event.inputs.BEC_WIDGETS_BRANCH || 'main' }}" BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}"