From bad9e7601349c7bd949efaa84c6c10c31552cae2 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 24 Jun 2025 16:01:55 +0200 Subject: [PATCH] wi --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8115a14c..09b56c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,5 +65,5 @@ jobs: uses: ./.github/workflows/child_repos.yml with: BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }} - OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || github.head_ref || github.sha}} - BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH || github.head_ref }} \ No newline at end of file + OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || 'main'}} + BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH || github.head_ref || github.sha }} \ No newline at end of file