https://github.com/3flex/detekt/commit/5cf02d5164a6cff162ea494f6e3734759863fbd6/checks?check_suite_id=391438197
See the "Cache Gradle dependency cache" step for each job, where it says:
Cache not found for input keys: Windows-gradle-...
But then in each "Post Cache Gradle dependency cache" step, it says:
[warning]Cache already exists. Scope: refs/heads/gh_actions, Key: Windows-gradle-...
So, cache wasn't found (which was expected for this build) but none of the jobs were able to save the cache either? I saw in a comment on another issue that multiple jobs in a matrix with the same cache key will cause a race and the first to finish will save results to the cache which is OK for what I'm doing, but that hasn't happened - none of the jobs saved the result as expected.
https://github.com/3flex/detekt/commit/5cf02d5164a6cff162ea494f6e3734759863fbd6/checks?check_suite_id=391438197
See the "Cache Gradle dependency cache" step for each job, where it says:
But then in each "Post Cache Gradle dependency cache" step, it says:
So, cache wasn't found (which was expected for this build) but none of the jobs were able to save the cache either? I saw in a comment on another issue that multiple jobs in a matrix with the same cache key will cause a race and the first to finish will save results to the cache which is OK for what I'm doing, but that hasn't happened - none of the jobs saved the result as expected.