From a9a026d070c9fbb09e76467eb6251abe6dbda9c1 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 6 Jun 2025 11:02:58 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1c302c6..beaf997 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,11 +36,11 @@ jobs: with: repository: bec/bec_shared_actions - - name: Install and test a BEC plugin repository - uses: ./.github/actions/plugin_repo_tests - with: - BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} - BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} - OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} - BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git" - PYTHON_VERSION: "3.11" + # - name: Install and test a BEC plugin repository + # uses: ./.github/actions/plugin_repo_tests + # with: + # BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }} + # BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }} + # OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }} + # BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/phoenix_bec.git" + # PYTHON_VERSION: "3.11"