1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/.github
Sam Xie b5a9cfb832
Save benchmark cache even the job is failed (#5694)
Part of https://github.com/open-telemetry/opentelemetry-go/issues/4537,
replace #5671

I tried to use `save-always` to simplify it, but this flag never worked.
https://github.com/actions/cache/issues/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
2024-08-09 12:15:30 -07:00
..
ISSUE_TEMPLATE Update RELEASING.md to obtain steps to verify the changes for contrib (#5284) 2024-05-09 15:05:56 -07:00
workflows Save benchmark cache even the job is failed (#5694) 2024-08-09 12:15:30 -07:00
codecov.yaml Remove deprecated exporters (#2020) 2021-06-19 17:29:56 -04:00