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:
2
.github/workflows/test-cmake.yml
vendored
2
.github/workflows/test-cmake.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user