Simplify test-recent-extensions error notifications

master
Michele Locati 2024-12-10 15:18:36 +01:00
parent 24fcd71c59
commit d95ddee1ac
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ jobs:
else else
./scripts/ci-test-extensions from-list "$EXTENSIONS_TO_TEST" ./scripts/ci-test-extensions from-list "$EXTENSIONS_TO_TEST"
fi fi
notify-failures: notify-failure:
name: Notify failure
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: failure() if: failure()
needs: test_extensions needs: test_extensions