Skip to content

Commit

Permalink
Run pre-submit, post-submit TPU CI on the relesae branch (#6856)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 authored Mar 29, 2024
1 parent 5f858e7 commit 23aa4ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: TPU Integration Test
run-name: TPU Testing
on:
workflow_dispatch:
pull_request:
branches:
- r[0-9]+.[0-9]+
paths-ignore:
- 'experimental/torch_xla2/**'
push:
branches:
- master
- r[0-9]+.[0-9]+
paths-ignore:
- 'experimental/torch_xla2/**'
jobs:
tpu-test:
runs-on: v4-runner-set
Expand Down

0 comments on commit 23aa4ef

Please sign in to comment.