From 7d8f733ce315f32ef52b1253d69e059728049e49 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 12 Jun 2025 09:00:33 +0200 Subject: [PATCH] wip --- .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 4077b49..b16fb8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,5 +48,5 @@ jobs: if: needs.check_pr_status.outputs.branch-pr == '' uses: ./.github/workflows/child_repos.yml with: - BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || github.head_ref || github.sha}} - OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || 'main' }} \ No newline at end of file + BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }} + OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH || github.head_ref || github.sha}} \ No newline at end of file