mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
.
This commit is contained in:
parent
741ab87fba
commit
66e59831f2
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -146,7 +146,7 @@ jobs:
|
||||
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
|
||||
integration_tests:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label}-${{ github.head_ref || github.run_id }}
|
||||
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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user