diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi.yml b/.github/workflows/test-pytorch-xla-tpu-tgi.yml index 411f60da..35caad48 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi.yml @@ -2,13 +2,13 @@ name: Optimum TPU / Test TGI on TPU on: push: - branches: [ main ] - paths: - - "text-generation-inference/**" - pull_request: - branches: [ main ] - paths: - - "text-generation-inference/**" + branches: [ testcipauline ] + #paths: + # - "text-generation-inference/**" + #pull_request: + #branches: [ main ] + #paths: + #- "text-generation-inference/**" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}