We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bd78b commit 1385707Copy full SHA for 1385707
.github/workflows/run_asvs.yaml
@@ -58,9 +58,9 @@ jobs:
58
else
59
echo "new_commit=yes"
60
echo "new_commit=yes" >> "$GITHUB_OUTPUT"
61
+ echo "$sha" >> asv-runner/data/shas.txt
62
+ git checkout $sha
63
fi
- echo "$sha" >> asv-runner/data/shas.txt
- git checkout $sha
64
65
# Prevent another job from kicking off and running on this commit
66
- name: Commit shas.txt
0 commit comments