We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00c40 commit 8537dd7Copy full SHA for 8537dd7
.github/workflows/_ci.yaml
@@ -108,6 +108,7 @@ jobs:
108
URLREF_XLA=${{ fromJson(inputs.SOURCE_URLREFS).XLA }}
109
URLREF_FLAX=${{ fromJson(inputs.SOURCE_URLREFS).FLAX }}
110
URLREF_TRANSFORMER_ENGINE=${{ fromJson(inputs.SOURCE_URLREFS).TRANSFORMER_ENGINE }}
111
+ BAZEL_CACHE=/cache/bazel-disk
112
# Save the cache
113
- name: Save Bazel cache
114
uses: actions/cache/save@v5
0 commit comments