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 1667e4a commit fb648be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git switch -c results-${{env.FC}}
git fetch
git add benchmarks/dot/results/dot_${{env.FC}}*.png
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 fb648be

Please sign in to comment.