test: move to on workflow action
Some checks failed
CI for debye_bec / test (pull_request) Failing after 2s
CI for debye_bec / test (push) Failing after 2s

This commit is contained in:
2025-09-24 09:37:06 -05:00
parent 3349fd28b2
commit b28e1ba974

View File

@@ -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' }}"