Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bench_run.yaml disable write to cache (still reads from cache) #906

Merged
merged 4 commits into from Nov 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/bench_run.yaml
Expand Up @@ -25,10 +25,7 @@ jobs:
# This workflow does not run on main, so to make use of a cache before this workflow has completed once on a PR,
# we need to manually recreate the key used by ubuntu-20.04 release builds.
shared-key: "ubuntu-20.04 - --release-build_and_test"
# TODO: while we want to leach off this cache we dont want to overwrite it
# so once something like https://github.com/Swatinem/rust-cache/issues/66 becomes available,
# we should do something like this:
# save-if: false
save-if: false
- name: cache custom ubuntu packages
uses: actions/cache@v3
with:
Expand Down