From 7dad7cd8e05770d04f5b7c0db1990ea1098f4409 Mon Sep 17 00:00:00 2001 From: Bogdan Mazur <59828795+bogusez@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:24:25 +0200 Subject: [PATCH] set_send_success_notification_to_disabled (#113) Co-authored-by: Bogdan Mazur --- .github/workflows/browser-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 6e44227818..218b5be7bd 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -6,7 +6,7 @@ on: description: 'Send a notification when the tests pass' required: false type: boolean - default: true + default: false project-version: description: 'Fill only when the tests should run on a stable release' required: false