From 23a3d7e1de070bb0156e06d5ac7a91cf081d00e6 Mon Sep 17 00:00:00 2001 From: Alastair Weakley <alastair@interaction.net.au> Date: Mon, 27 May 2024 15:34:42 +1000 Subject: [PATCH] Make 2 CI paths #50 --- .github/workflows/ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec93df0..370258a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,18 @@ jobs: comment-always: true output-file-path: output.json github-token: ${{ secrets.GITHUB_TOKEN }} - comment-on-alert: true + comment-on-alert: false + save-data-file: true + summary-always: true + + - name: Publish benchmark results + uses: benchmark-action/github-action-benchmark@v1 + if: github.event_name == 'pull_request' + with: + tool: 'pytest' + auto-push: false + comment-always: true + output-file-path: output.json + comment-on-alert: false save-data-file: true summary-always: true