From 92f408a2f14fb6549548dfe4c612ef0dd9fee49e Mon Sep 17 00:00:00 2001 From: Roshan Maind Date: Wed, 15 Jul 2026 16:46:08 +0530 Subject: [PATCH] ci(root): skip broken yarn audit step in release workflows TICKET: VL-7134 --- .github/workflows/npmjs-release.yml | 1 + .github/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index 9b6e8b7379..56a9eed5cd 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -272,6 +272,7 @@ jobs: targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Run yarn audit + continue-on-error: true run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure - name: Run dependency check diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 132104e1bf..3cd0a84570 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,6 +42,7 @@ jobs: targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Audit Dependencies + continue-on-error: true run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure - name: Set Environment Variable for Alpha