Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix binary-size-check workflow (#6552)
## Which problem is this PR solving? - Fix for one issue caused in #6527 ## Description of the changes - cache_output not being set after a cache hit using restore key - Instead check for cache-matched-key != ''" ## How was this change tested? - ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: chahatsagarmain <[email protected]>
- Loading branch information