Closed kakkun61 closed 1 year ago
I think that this will fix CI failures of #56, #64 (some of), and #67.
@iand675 please merge this first for better CI experience.
I wonder if I, as someone with write access, can just delete the cache with the api then rerun the actions. https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28
I have run:
gh api /repos/iand675/hs-opentelemetry/actions/caches -q '.actions_caches | .[] | select(.ref == ("refs/pull/56/merge", "refs/pull/64/merge", "refs/pull/67/merge")) | .id' | xargs -I '{}' gh api --method DELETE '/repos/iand675/hs-opentelemetry/actions/caches/{}'
Wow nice api are there. If it runs expectedly, this PR is unnecessary.
Some CI failed because of dirty CI cache (maybe).