orca/.github/workflows
Jinjing 00fdb8e8cc
ci: check out PR head instead of merge ref in e2e workflow (#940)
The e2e reusable workflow defaulted to github.ref, which on
pull_request events is refs/pull/N/merge. GitHub does not compute
that ref when the PR has conflicts or before the merge commit is
ready, causing actions/checkout to fail with "couldn't find remote
ref refs/pull/N/merge" for reasons unrelated to the code.

Pass github.event.pull_request.head.sha from pr.yml so e2e checks
out the PR head directly.

Motivating failure: https://github.com/stablyai/orca/actions/runs/24768962365
Seen on #937.
2026-04-22 09:59:27 -07:00
..
e2e.yml ci: run E2E tests on every PR, surface on release (non-blocking) (#842) 2026-04-19 13:48:27 -07:00
issue-os-labeler.yaml Align issue OS labels with repo labels 2026-04-13 12:05:24 -07:00
pr.yml ci: check out PR head instead of merge ref in e2e workflow (#940) 2026-04-22 09:59:27 -07:00
release-rc.yml Skip delayed RC schedules outside target PT hours 2026-04-17 15:29:31 -07:00
release.yml ci: run E2E tests on every PR, surface on release (non-blocking) (#842) 2026-04-19 13:48:27 -07:00