56b345188e
Release / release (push) Failing after 1m53s
The two-step pattern (sparse-checkout RELEASE_NOTES.md, then full checkout) left sparse-checkout config active on the workspace, so the second checkout still only restored RELEASE_NOTES.md. Docker build then failed with "open Dockerfile: no such file or directory". Since both RELEASE_NOTES.md and the full source are needed in the same job, one full checkout is simpler and correct.