Skip to content

Commit

Permalink
quickrun-1
Browse files Browse the repository at this point in the history
  • Loading branch information
LPX55 committed Oct 17, 2023
1 parent 3a69580 commit ddba823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:


- name: Run Benchmarks
run: yarn benchmark:fast
run: yarn benchmark:debug

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
Expand All @@ -56,8 +56,8 @@ jobs:

- name: Commit and push if changed
run: |
git config --global user.email "lpx@evmosdao.org"
git config --global user.name "LPX55"
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add -A
git diff --quiet && git diff --staged --quiet || git commit -m "Update benchmark logs"
git push origin HEAD:master --follow-tags --force
Expand Down

0 comments on commit ddba823

Please sign in to comment.