Skip to content

Commit f35c1fe

Browse files
cquil11claude
andcommitted
pin checkout to trigger commit SHA, not branch HEAD
Use github.sha instead of github.ref so in-flight sweep jobs don't pick up new commits pushed to the branch mid-run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b4bc408 commit f35c1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark-multiturn-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
token: ${{ secrets.REPO_PAT }}
130130
fetch-depth: 0
131-
ref: ${{ inputs.ref || github.ref }}
131+
ref: ${{ inputs.ref || github.sha }}
132132
submodules: true
133133

134134
- name: Launch job script

0 commit comments

Comments
 (0)