ci: checkout latest branch code when validating from artifact

When rerunning failed validate jobs after pushing fixes, the checkout
now fetches the branch HEAD instead of the original trigger commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ykiko
2026-04-23 19:11:23 +08:00
parent f9a3bd8526
commit 71723d89f1

View File

@@ -53,6 +53,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ inputs.llvm_from_artifact && github.ref_name || '' }}
- uses: ./.github/actions/setup-pixi
with: