mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 12:02:08 +00:00
Extra spaces?
This commit is contained in:
parent
66e59831f2
commit
98d383062a
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -149,7 +149,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
needs: build-and-push
|
||||
runs-on: ${{ fromJson(needs.build-and-push.outputs.runs_on) }}
|
||||
runs-on: ${{fromJson(needs.build-and-push.outputs.runs_on)}}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user