From 8cacbe21a2a41425ef4f6a970330f7e2449aef23 Mon Sep 17 00:00:00 2001 From: Haseeb Ahmad Date: Mon, 22 Jun 2026 10:21:06 +0200 Subject: [PATCH] CLOUDPLAT-3162: disable run-tests in npm-release workflow Tests require cfn-lint (Python) which is not available in the reusable workflow runner. Tests are already enforced on every PR via the separate test.yml workflow. https://mapbox.atlassian.net/browse/CLOUDPLAT-3162 --- .github/workflows/npm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 5bd342e..ffaeb0e 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -11,3 +11,4 @@ jobs: contents: write with: create-github-release: true + run-tests: false