Skip to content

Commit

Permalink
Enable cache writing for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 8, 2024
1 parent b40ef3f commit 16bfea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/github_actions/configure_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ def main():
"is-pr": json.dumps(is_pr),
"runner-env": get_runner_env(trailers),
"runner-group": "presubmit" if is_pr else "postsubmit",
"write-caches": "0" if is_pr else "1",
# "write-caches": "0" if is_pr else "1",
"write-caches": "1",
"benchmark-presets": benchmark_presets,
}

Expand Down

0 comments on commit 16bfea0

Please sign in to comment.