test: move to on workflow action
This commit is contained in:
@@ -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' }}"
|
||||
|
||||
Reference in New Issue
Block a user