Skip to content

Commit

Permalink
Run benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed Aug 13, 2024
1 parent 6f08bce commit 51255e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Publish benchmark results
uses: benchmark-action/github-action-benchmark@v1
if: github.event_name == 'pull_request' && github.repository == 'ixc/python-edtf'
if: github.event_name == 'pull_request' && github.repository == 'rism-digital/python-edtf'
with:
tool: 'pytest'
auto-push: true
Expand All @@ -112,7 +112,7 @@ jobs:
summary-always: true

- name: Comment on benchmark results without publishing
if: github.event_name != 'pull_request' || github.repository != 'ixc/python-edtf'
if: github.event_name != 'pull_request' || github.repository != 'rism-digital/python-edtf'
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'pytest'
Expand Down

0 comments on commit 51255e3

Please sign in to comment.