Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save benchmark cache even the job is failed (#5694)
Part of #4537, replace #5671 I tried to use `save-always` to simplify it, but this flag never worked. actions/cache#1315. So, I split the cache action into two, one for restore and one for save. The save step would always run even if a step failed. Some actions I run to prove it could work: - On success: https://github.com/XSAM/opentelemetry-go/actions/runs/10292883964/job/28488154161 - On failure: https://github.com/XSAM/opentelemetry-go/actions/runs/10292907887/job/28488227777
- Loading branch information