Skip to content

Commit dd25599

Browse files
committed
Set all comment-on to false
1 parent 7c96b6d commit dd25599

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/perf_nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
4545
# on pull events isn't compatible with this workflow being required to pass branch protection.
4646
fail-on-alert: false
47-
comment-on-alert: true
48-
comment-always: true
47+
comment-on-alert: false
48+
comment-always: false
4949
# Nyrkiö configuration
5050
# Get yours from https://nyrkio.com/docs/getting-started
5151
nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }}
@@ -86,8 +86,8 @@ jobs:
8686
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
8787
# on pull events isn't compatible with this workflow being required to pass branch protection.
8888
fail-on-alert: false
89-
comment-on-alert: true
90-
comment-always: true
89+
comment-on-alert: false
90+
comment-always: false
9191
# Nyrkiö configuration
9292
# Get yours from https://nyrkio.com/docs/getting-started
9393
nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }}
@@ -107,7 +107,7 @@ jobs:
107107
output-file-path: clickbench-sqlite3.txt
108108
fail-on-alert: false
109109
github-token: ${{ secrets.GITHUB_TOKEN }}
110-
comment-on-alert: true
110+
comment-on-alert: false
111111
comment-always: false
112112
nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }}
113113
never-fail: true
@@ -154,8 +154,8 @@ jobs:
154154
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
155155
# on pull events isn't compatible with this workflow being required to pass branch protection.
156156
fail-on-alert: false
157-
comment-on-alert: true
158-
comment-always: true
157+
comment-on-alert: false
158+
comment-always: false
159159
# Nyrkiö configuration
160160
# Get yours from https://nyrkio.com/docs/getting-started
161161
nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }}

.github/workflows/rust_perf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
4040
# on pull events isn't compatible with this workflow being required to pass branch protection.
4141
fail-on-alert: false
42-
comment-on-alert: true
42+
comment-on-alert: false
4343
comment-always: false
4444
# Nyrkiö configuration
4545
# Get yours from https://nyrkio.com/docs/getting-started
@@ -80,7 +80,7 @@ jobs:
8080
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
8181
# on pull events isn't compatible with this workflow being required to pass branch protection.
8282
fail-on-alert: false
83-
comment-on-alert: true
83+
comment-on-alert: false
8484
comment-always: false
8585
# Nyrkiö configuration
8686
# Get yours from https://nyrkio.com/docs/getting-started
@@ -101,7 +101,7 @@ jobs:
101101
output-file-path: clickbench-sqlite3.txt
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
fail-on-alert: false
104-
comment-on-alert: true
104+
comment-on-alert: false
105105
comment-always: false
106106
nyrkio-token: ${{ secrets.NYRKIO_JWT_TOKEN }}
107107
never-fail: true
@@ -148,7 +148,7 @@ jobs:
148148
# Note that Nyrkiö will find all changes, also improvements. This means fail-on-alert
149149
# on pull events isn't compatible with this workflow being required to pass branch protection.
150150
fail-on-alert: false
151-
comment-on-alert: true
151+
comment-on-alert: false
152152
comment-always: false
153153
# Nyrkiö configuration
154154
# Get yours from https://nyrkio.com/docs/getting-started

0 commit comments

Comments
 (0)