diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 74085acb18c..ff0e601c61c 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -13,6 +13,7 @@ jobs: name: Security Audit runs-on: ubuntu-latest strategy: + fail-fast: false # Continue all jobs even if one fails matrix: branch: ["main", "v3", "v4"] # List of branches to run the security audit on