Skip to content

Commit fdfffdc

Browse files
bchetiouiGoogle-ML-Automation
authored andcommitted
Fix paths triggering H100/B200 presubmits.
PiperOrigin-RevId: 840170495
1 parent ca87f34 commit fdfffdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bazel_cuda_h100_b200.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
4242
with:
4343
files: |
44-
jax/jax/_src/pallas/mosaic_gpu/**
45-
jax/jax/experimental/mosaic/gpu/**
46-
jax/jaxlib/mosaic/dialect/gpu/**
47-
jax/jaxlib/mosaic/gpu/**
44+
jax/_src/pallas/mosaic_gpu/**
45+
jax/experimental/mosaic/gpu/**
46+
jaxlib/mosaic/dialect/gpu/**
47+
jaxlib/mosaic/gpu/**
4848
.github/workflows/bazel_cuda_h100_b200.yml
4949
- name: List all changed files
5050
env:

0 commit comments

Comments
 (0)