-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm trying to build a fork of https://github.com/envoyproxy/envoy/ in my own repository. I'm hoping to use this action so that caching can improve build times.
I'm hitting timeouts on GitHub's hosted runners - retriggering the job I would assume the units that were compiled in earlier runs would have been cached but I notice they are not.
I'm using the following config
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
repository-cache: true
external-cache: true
disk-cache: ${{ github.workflow }}
Does this action save the cache on failed workflows?
Metadata
Metadata
Assignees
Labels
No labels