Skip to content

Commit e348665

Browse files
committed
fix syntax
1 parent 23bf28d commit e348665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
FORCE_COLOR: 1 # Request colored output from CLI tools supporting it
2424
MYPY_FORCE_COLOR: 1
2525
PY_COLORS: 1
26-
UPSTREAM_REPOSITORY_ID: |
26+
UPSTREAM_REPOSITORY_ID: >-
2727
13258039
2828
2929
permissions: {}
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
outputs:
3737
upstream-repository-id: ${{ env.UPSTREAM_REPOSITORY_ID }}
38-
release-requested: |
38+
release-requested: >-
3939
${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
4040
steps:
4141
- name: Dummy
@@ -275,7 +275,7 @@ jobs:
275275
benchmark:
276276
name: Benchmark
277277
needs: [pre-setup, gen_llhttp]
278-
if: |
278+
if: >-
279279
needs.pre-setup.outputs.upstream-repository-id == github.repository_id
280280
runs-on: ubuntu-latest
281281
timeout-minutes: 9
@@ -482,7 +482,7 @@ jobs:
482482
name: Deploy
483483
needs: [pre-setup, build-tarball, build-wheels]
484484
runs-on: ubuntu-latest
485-
if: |
485+
if: >-
486486
needs.pre-setup.outputs.upstream-repository-id == github.repository_id
487487
488488
permissions:

0 commit comments

Comments
 (0)