ym0506 opened a new pull request, #38352:
URL: https://github.com/apache/shardingsphere/pull/38352
### What this PR changes
- Explicitly sets `ref: ${{ github.ref }}` for all `actions/checkout` steps
in `.github/workflows/e2e-sql.yml`.
### Why
Issue #38298 reports intermittent checkout failures in E2E-SQL:
- `fatal: remote error: upload-pack: not our ref <sha>`
A representative failure run is:
- https://github.com/apache/shardingsphere/actions/runs/22547669595
By checking out `github.ref` explicitly, PR-triggered jobs consistently
target the PR merge ref (`refs/pull/<number>/merge`) and keep merged-with-base
validation semantics.
### Scope
- Only workflow checkout configuration in E2E-SQL is changed.
- No test logic or matrix generation logic is changed.
Fixes #38298
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]