From 782d81d952f489d824af05bea175405d57f39a85 Mon Sep 17 00:00:00 2001 From: Eva Date: Sun, 28 Jun 2026 15:08:50 +0700 Subject: [PATCH] Use repo bridge ref for Workbench smoke fallback --- .github/workflows/workbench-functional-smoke.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workbench-functional-smoke.yml b/.github/workflows/workbench-functional-smoke.yml index 14e7a422e6..d244cda9fa 100644 --- a/.github/workflows/workbench-functional-smoke.yml +++ b/.github/workflows/workbench-functional-smoke.yml @@ -17,9 +17,9 @@ on: default: true type: boolean bridge_ref: - description: evaos-desktop-bridge ref to bundle + description: evaos-desktop-bridge ref to bundle; defaults to EVAOS_DESKTOP_BRIDGE_SOURCE_REF repo variable required: false - default: 207f6528461ecae51c39efd2654733c1b07d39a4 + default: '' type: string concurrency: @@ -36,7 +36,7 @@ env: EVAOS_DMG_CODESIGN: 'false' ELECTRON_BUILDER_COMPRESSION_LEVEL: '1' NODE_OPTIONS: '--max-old-space-size=8192' - WORKBENCH_SMOKE_BRIDGE_REF: ${{ inputs.bridge_ref }} + WORKBENCH_SMOKE_BRIDGE_REF: ${{ inputs.bridge_ref || vars.EVAOS_DESKTOP_BRIDGE_SOURCE_REF }} WORKBENCH_SMOKE_REF: ${{ inputs.ref }} jobs: