fix(ci): split newline correctly in github workflow file (#9619)

GitHub doesn't like this syntax.

Related: #9618
This commit is contained in:
Jamil
2025-06-21 20:26:02 -07:00
committed by GitHub
parent 2e065d6719
commit e970e3f15a

View File

@@ -16,9 +16,11 @@ concurrency:
jobs:
publish-docker-images:
if: ${{ \
startsWith(inputs.release_name || github.event.release.name, 'gateway') || \
startsWith(inputs.release_name || github.event.release.name, 'headless-client') }}
if: >-
${{
startsWith(inputs.release_name || github.event.release.name, 'gateway') ||
startsWith(inputs.release_name || github.event.release.name, 'headless-client')
}}
runs-on: ubuntu-22.04
permissions:
# Needed to upload artifacts to a release