We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c911ad + 3206ecf commit abe797fCopy full SHA for abe797f
1 file changed
.github/workflows/asv-main.yml
@@ -77,7 +77,7 @@ jobs:
77
run: |
78
git config user.name "github-actions[bot]"
79
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
80
- git add _results/
+ git add _results/ -f
81
git pull
82
git commit -m "Upload new benchmarks"
83
git push origin main
0 commit comments