Skip to content

Commit

Permalink
Do not auto-push when using external-data file
Browse files Browse the repository at this point in the history
  • Loading branch information
aweakley committed May 27, 2024
1 parent bb6e640 commit 13a8315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,9 @@ jobs:
comment-on-alert: true
save-data-file: true
summary-always: true
# Where the previous data file is stored
external-data-json-path: ./cache/benchmark-data.json

- name: Comment on benchmark results without publishing
uses: benchmark-action/github-action-benchmark@v1
if: github.event_name == 'pull_request'
with:
tool: 'pytest'
auto-push: false
Expand Down

0 comments on commit 13a8315

Please sign in to comment.