From dd2559952996976c253a988714e4c9547fabfa15 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 13 Nov 2025 01:16:09 +0200 Subject: [PATCH] Set all comment-on to false --- .github/workflows/perf_nightly.yml | 14 +++++++------- .github/workflows/rust_perf.yml | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/perf_nightly.yml b/.github/workflows/perf_nightly.yml index 464e8d97b..109d5169d 100644 --- a/.github/workflows/perf_nightly.yml +++ b/.github/workflows/perf_nightly.yml @@ -44,8 +44,8 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true - comment-always: true + comment-on-alert: false + comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} @@ -86,8 +86,8 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true - comment-always: true + comment-on-alert: false + comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} @@ -107,7 +107,7 @@ jobs: output-file-path: clickbench-sqlite3.txt fail-on-alert: false github-token: ${{ secrets.GITHUB_TOKEN }} - comment-on-alert: true + comment-on-alert: false comment-always: false nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} never-fail: true @@ -154,8 +154,8 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true - comment-always: true + comment-on-alert: false + comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index c3af605b6..51d1ea851 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -39,7 +39,7 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true + comment-on-alert: false comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started @@ -80,7 +80,7 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true + comment-on-alert: false comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started @@ -101,7 +101,7 @@ jobs: output-file-path: clickbench-sqlite3.txt github-token: ${{ secrets.GITHUB_TOKEN }} fail-on-alert: false - comment-on-alert: true + comment-on-alert: false comment-always: false nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }} never-fail: true @@ -148,7 +148,7 @@ jobs: # Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert # on pull events isn't compatible with this workflow being required to pass branch protection. fail-on-alert: false - comment-on-alert: true + comment-on-alert: false comment-always: false # Nyrkiö configuration # Get yours from https://nyrkio.com/docs/getting-started