From 51255e3e0d82ed374b91cd10a96bf1afede056d2 Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Tue, 13 Aug 2024 17:03:31 +0200 Subject: [PATCH] Run benchmarks --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4645d13..7645ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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'