-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
cache doctor rst #13250
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
cache doctor rst #13250
Conversation
e83f689
to
fa2059e
Compare
76e871a
to
e95cba5
Compare
Can |
afe06a6
to
f48ff98
Compare
I had to create |
f48ff98
to
34ac5ce
Compare
Should I also provide PRs for 4.4, 5.0 and master? |
@smoench no, don't worry. We merge each PR in all active merges up to |
@javiereguiluz I was just asking as the suffix of cache key might has to change to base branch name |
46c8790
to
16df0d2
Compare
956b0d3
to
6f0dfd1
Compare
f64c784
to
595501b
Compare
|
595501b
to
12f6ddc
Compare
Got it work. Ready for merge |
uses: actions/cache@v1 | ||
with: | ||
path: .cache | ||
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice trick 👍
Thank you Simon. |
From about ~10min to seconds 🚀 |
This PR adapts the latest contribution OskarStark/doctor-rst#626