mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
bazel: Always save bazel repository cache (#16926)
This should improve the cache hit ratio for external deps and such
This commit is contained in:
committed by
GitHub
parent
2b4cc221df
commit
0225479f0d
2
.github/workflows/bazel.yml
vendored
2
.github/workflows/bazel.yml
vendored
@@ -223,7 +223,7 @@ jobs:
|
||||
# Save bazel repository cache explicitly; make non-fatal so cache uploading
|
||||
# never fails the overall job. Only save when key wasn't hit.
|
||||
- name: Save bazel repository cache
|
||||
if: always() && !cancelled() && steps.cache_bazel_repository_restore.outputs.cache-hit != 'true'
|
||||
if: always() && !cancelled()
|
||||
continue-on-error: true
|
||||
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user