Skip to content

Commit 1385707

Browse files
authored
Fix checkout (#40)
1 parent a3bd78b commit 1385707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_asvs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
else
5959
echo "new_commit=yes"
6060
echo "new_commit=yes" >> "$GITHUB_OUTPUT"
61+
echo "$sha" >> asv-runner/data/shas.txt
62+
git checkout $sha
6163
fi
62-
echo "$sha" >> asv-runner/data/shas.txt
63-
git checkout $sha
6464
6565
# Prevent another job from kicking off and running on this commit
6666
- name: Commit shas.txt

0 commit comments

Comments
 (0)