Create CI cache keys based on commit ids
Allow sharing CI files cache across branches to speed up pipeline execution time for many users. Adds `key:files: []` to the CI config file. Works by selecting the latest commit that changed any of given files and uses it as the key.
Showing
Please register or sign in to comment