Skip to content

Commit 5388c8c

Browse files
committed
Always run all torch_xla + torchax tests
1 parent 0a8d249 commit 5388c8c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build_and_test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ on:
44
branches:
55
- master
66
- r[0-9]+.[0-9]+
7-
paths-ignore:
8-
- 'experimental/**'
9-
- 'torchax/**'
107
push:
118
branches:
129
- master
1310
- r[0-9]+.[0-9]+
14-
paths-ignore:
15-
- 'experimental/**'
16-
- 'torchax/**'
1711
workflow_dispatch:
1812

1913
concurrency:

.github/workflows/torch_xla2.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ on:
33
branches:
44
- master
55
- r[0-9]+.[0-9]+
6-
paths:
7-
- 'torchax/**'
86
push:
97
branches:
108
- master
119
- r[0-9]+.[0-9]+
12-
paths:
13-
- 'torchax/**'
1410
workflow_dispatch:
1511

1612
concurrency:

0 commit comments

Comments
 (0)