From 1d1bead1696d71794dc3298d69cedbe6ec72dd8b Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 23 Sep 2025 22:57:02 -0500 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9cda7f3..5947771 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: BEC_WIDGETS_BRANCH: "${{ github.event.inputs.BEC_WIDGETS_BRANCH || 'main' }}" BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}" OPHYD_DEVICES_BRANCH: "${{ github.event.inputs.OPHYD_DEVICES_BRANCH || 'main' }}" - BEC_PLUGIN_REPO_BRANCH: "${{ github.event.inputs.BEC_PLUGIN_REPO_BRANCH || 'main' }}" + BEC_PLUGIN_REPO_BRANCH: "${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.BEC_PLUGIN_REPO_BRANCH || 'main') || github.head_ref || github.ref_name }}" PYTHON_VERSION: "${{ github.event.inputs.PYTHON_VERSION || '3.11' }}" BEC_PLUGIN_REPO_URL: "https://gitea.psi.ch/bec/debye_bec.git" APT_PACKAGES: "libgl1 libegl1 x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb libnss3 libxdamage1 libasound2t64 libatomic1 libxcursor1"