From 583705a83fc96b936691077295a9597ad6d32a9d Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 9 Jul 2026 11:43:25 +0200 Subject: [PATCH] ci: Disable npm-audit-fix on stable34 Signed-off-by: Daniel Kesselberg --- .github/workflows/npm-audit-fix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 5a1854df..feb3c747 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,7 +26,6 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} - - 'stable34' name: npm-audit-fix-${{ matrix.branches }}