From 4ef0bffff90398a696ea3c6e46761429c31e6897 Mon Sep 17 00:00:00 2001 From: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:01:00 +0100 Subject: [PATCH] chore: Ignore integration tests for changesets (#2828) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 8ebd69baf0..46d4c73d81 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", - "ignore": [], + "ignore": ["integration-tests-api", "integration-tests-plugins"], "snapshot": { "useCalculatedVersion": true }