From bfc51a75db58e6442e0c589a46054a29bbfce2a0 Mon Sep 17 00:00:00 2001 From: Brady Moon Date: Tue, 19 Sep 2023 16:22:11 -0400 Subject: [PATCH] Modify github action to always commit the benchmark results --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index fd4c018..6daa9b4 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -69,8 +69,8 @@ jobs: comment-on-alert: true # Mention @rhysd in the commit comment alert-comment-cc-users: '@bradygm' - alert-threshold: 200% - # comment-always: true + alert-threshold: 150% + comment-always: true # Upload the updated cache file for the next job by actions/cache - name: Run unit tests