All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.37k stars 4.23k forks source link

[Bug][Resolver] Enable caching for reusable workflow #5165

Closed malhotra5 closed 4 days ago

malhotra5 commented 4 days ago

End-user friendly description of the problem this fixes or functionality that this introduces


Give a summary of what the PR does, explaining any non-trivial design decisions

There is a bug that bypasses the expected caching step when .github/workflows/openhands-resolver.yml is invoked as a reusable workflow.

This PR fixes the bug.


Link of any specific issues this addresses