increased alert threshold (#2166)

Signed-off-by: Pablo Gutiérrez <pablogf@uma.es>
This commit is contained in:
Pablo Gutiérrez 2025-06-16 16:50:07 +02:00 committed by GitHub
parent 8d9cfd7f33
commit a56b796271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -117,5 +117,5 @@ jobs:
auto-push: true auto-push: true
comment-on-alert: true comment-on-alert: true
summary-always: true summary-always: true
alert-threshold: 50% alert-threshold: 105%
comment-always: true comment-always: true

View File

@ -147,5 +147,5 @@ jobs:
auto-push: true auto-push: true
comment-on-alert: true comment-on-alert: true
summary-always: true summary-always: true
alert-threshold: 50% alert-threshold: 105%
comment-always: true comment-always: true