Skip to content

Commit

Permalink
auto-push: true
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jul 12, 2024
1 parent e987a9c commit dccf351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
tool: 'julia'
output-file-path: ${{ steps.locate.outputs.path }}
benchmark-data-dir-path: "benchmarks"
# summary-always: true # I think this doesn't work on PRs
summary-always: true # I think this doesn't work on PRs
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: true
alert-threshold: "150%"
fail-on-alert: false
auto-push: ${{ github.event_name != 'pull_request' }}
auto-push: true

0 comments on commit dccf351

Please sign in to comment.