Only trigger K8s CI on changes to cluster config and distributed initialize

This commit is contained in:
Yu-Hang Tang 2025-04-03 16:35:11 +00:00
parent e7a5147638
commit d1009a3bcd

View File

@ -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