File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2929permissions : {}
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 :
You can’t perform that action at this time.
0 commit comments