From 52ee58ed346feb95b19fb9215a9c0ac660697d82 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Tue, 26 Sep 2023 17:21:42 +0700 Subject: [PATCH] build(regression): disable fail-on-alert --- .github/workflows/regression.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 22a32db..cc2ad25 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -33,6 +33,6 @@ jobs: tool: 'go' output-file-path: ${{ env.out }} external-data-json-path: ./cache/benchmark-data-${{ matrix.phase }}.json - fail-on-alert: true + fail-on-alert: false github-token: ${{ secrets.GITHUB_TOKEN }} comment-on-alert: true