Skip to content

Commit 29f9cba

Browse files
committed
ci: Disable npm-audit-fix for stable34, stable33, and stable32
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 8c33f1d commit 29f9cba

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
2+
index 470fb72e..feb3c747 100644
3+
--- a/.github/workflows/npm-audit-fix.yml
4+
+++ b/.github/workflows/npm-audit-fix.yml
5+
@@ -26,9 +26,6 @@ jobs:
6+
matrix:
7+
branches:
8+
- ${{ github.event.repository.default_branch }}
9+
- - 'stable34'
10+
- - 'stable33'
11+
- - 'stable32'
12+
13+
name: npm-audit-fix-${{ matrix.branches }}
14+

0 commit comments

Comments
 (0)