From 7de8517900f0dbd7e488ed425ed3a427567b85f5 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 29 Nov 2024 12:17:18 +0000 Subject: [PATCH] [TEST ONLY] Signed-off-by: Hanno Becker --- .github/actions/bench/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/bench/action.yml b/.github/actions/bench/action.yml index 2c8981813..3d74862f5 100644 --- a/.github/actions/bench/action.yml +++ b/.github/actions/bench/action.yml @@ -97,6 +97,7 @@ runs: comment-on-alert: true summary-always: true alert-threshold: ${{ inputs.alert_threshold }} + comment-always: true # TEST ONLY - name: Reset gh-pages if result is not pushed to gh-pages shell: ${{ env.SHELL }} if: ${{ inputs.store_results != 'true' }}