From d95ddee1acfe865fffb7f6eb575ad150de290b33 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 10 Dec 2024 15:18:36 +0100 Subject: [PATCH] Simplify test-recent-extensions error notifications --- .github/workflows/test-recent-extensions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-recent-extensions.yml b/.github/workflows/test-recent-extensions.yml index 40df82d..e6b1d94 100644 --- a/.github/workflows/test-recent-extensions.yml +++ b/.github/workflows/test-recent-extensions.yml @@ -82,7 +82,8 @@ jobs: else ./scripts/ci-test-extensions from-list "$EXTENSIONS_TO_TEST" fi - notify-failures: + notify-failure: + name: Notify failure runs-on: ubuntu-latest if: failure() needs: test_extensions