From cbb8c13932fa2fb0400caa793264c69ea77d97d6 Mon Sep 17 00:00:00 2001 From: Bogdan Mazur <59828795+bogusez@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:24:46 +0200 Subject: [PATCH] Set send success notification to disabled (#95) 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 131cd20..1288433 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