mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Only trigger K8s CI on changes to cluster config and distributed initialize
This commit is contained in:
parent
e7a5147638
commit
d1009a3bcd
8
.github/workflows/k8s.yaml
vendored
8
.github/workflows/k8s.yaml
vendored
@ -4,9 +4,17 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'jax/distributed.py'
|
||||
- 'jax/_src/distributed.py'
|
||||
- 'jax/_src/clusters/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'jax/distributed.py'
|
||||
- 'jax/_src/distributed.py'
|
||||
- 'jax/_src/clusters/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user