Replies: 1 comment
-
There is also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to open a topic regarding caching results of
actions/checkout@v2
.Let's assume that we have a workflow like:
and in every job we need to checkout repository again.
What about adding first step like:
and use artefact of checkout in any other connected jobs ?
In
CircleCI
we can do something like:The only solution I know for now is using
actions/cache@v1
Beta Was this translation helpful? Give feedback.
All reactions