Fix build-and-test workflow for downstream runs (#33035)

e.g. from matrix-js-sdk
This commit is contained in:
Michael Telatynski
2026-04-09 08:49:38 +01:00
committed by GitHub
parent bbe4280c2c
commit 7261b3eef1
+1 -1
View File
@@ -198,7 +198,7 @@ jobs:
contents: read
with:
config: ${{ (github.event.pull_request.base.ref || github.ref_name) == 'develop' && 'element.io/nightly' || 'element.io/release' }}
version: ${{ (github.event.pull_request.base.ref || github.ref_name) == 'develop' && 'develop' || '' }}
version: ${{ case((github.event.pull_request.base.ref || github.ref_name) == 'develop' || github.event_name == 'merge_group', 'develop', '') }}
webapp-artifact: webapp
build_ed_windows: