From df5d64267115f368b5a659837e4c2625e2965314 Mon Sep 17 00:00:00 2001 From: Bogdan Mazur <59828795+bogusez@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:25:14 +0200 Subject: [PATCH] Set send success notification to disabled (#223) 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 cc95505..d755fe5 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