Skip to content

Commit

Permalink
Always run TPU tests on new PRs (#8552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei authored Jan 10, 2025
1 parent 6e5659e commit 6963e19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ jobs:
name: "TPU tests"
uses: ./.github/workflows/_tpu_ci.yml
needs: build-torch-xla
# Only run this for HEAD and releases
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'tpuci')
if: github.event_name == 'push' || github.event_name == 'pull_request'

push-docs:
name: "Build docs"
Expand Down

0 comments on commit 6963e19

Please sign in to comment.