We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for all the work on this action! I was wondering if the job_id could be ignored, since I'd like to reuse cache across a couple of jobs.
job_id
The text was updated successfully, but these errors were encountered:
You can use a shared-key instead, which will avoid the default job based key.
shared-key
rust-cache/src/config.ts
Lines 53 to 68 in 6fd3edf
Sorry, something went wrong.
thanks @Swatinem! :)
No branches or pull requests
Hi, thanks for all the work on this action!
I was wondering if the
job_id
could be ignored, since I'd like to reuse cache across a couple of jobs.The text was updated successfully, but these errors were encountered: