Skip to content

Commit

Permalink
Update CI_benchmark_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 19, 2024
1 parent 5d452b1 commit 1667e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
git add benchmarks/dot/results/dot_${{env.FC}}*.html
git commit -m "Update results ${{env.FC}}"
git push -u origin results-${{env.FC}} --force-with-lease
git branch -D results-${{env.FC}}
git push origin --delete results-${{env.FC}}
# gh pr create -B main -H results --title "Update results-${{env.FC}}" --body ""

0 comments on commit 1667e4a

Please sign in to comment.