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' }}