cache icon indicating copy to clipboard operation
cache copied to clipboard

Cache dependencies and build outputs in GitHub Actions

Results 377 cache issues
Sort by recently updated
recently updated
newest added

I'm trying to run a workflow that basically builds a project, and runs tests. Tests take a very long time, and could fail. So I'm trying to do this ```yaml...

## Description This is a documentation change offering a new caching strategy meant to reduce cache churn by selecting on which runs a cache can be created. ## Motivation and...

[nitpick] Capitalize the first word and consider rephrasing to 'Right now, we are not accepting contributions to this repository.' for grammatical correctness. ```suggestion Thank you for your interest in this...

Failed to save cache entry with path '/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*,zstd-without-long,1.0' and key: dependencies-bbe768bce32a4951f33733e21b487a97: Error: Our services aren't available right nowWe're working to restore all services as soon as possible. Please check back...

[nitpick] Capitalize the first word and consider rephrasing to 'Right now, we are not accepting contributions to this repository.' for grammatical correctness. ```suggestion Thank you for your interest in this...

Currently, all caches share the 10GB cache space. Once the 10GB limit is exceeded, caches are evicted in a random manner, which is problematic. Some “important” but small caches may...

I need to run a fork of actions/cache because the default timeout values do not play nicely with my caching proxy (it needs to cache the entire file before sending...