Fix build-and-test workflow for downstream runs (#33035)
e.g. from matrix-js-sdk
This commit is contained in:
committed by
GitHub
parent
bbe4280c2c
commit
7261b3eef1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user