From 55e301a7bb6239780ea2b1594b5e8cd7827d19a2 Mon Sep 17 00:00:00 2001 From: John Messenger Date: Sun, 8 Sep 2024 14:55:01 +0100 Subject: [PATCH] DISABLE bundle-audit temporarily --- .github/workflows/master-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index e04f5c6..406cba1 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -15,7 +15,7 @@ jobs: name: Run selective audit uses: ./.github/workflows/selective-audit.yml with: - run-bundle-audit: true + run-bundle-audit: false run-lint: false run-brakeman: true