From 62d2c2fb9de8bd4f2a91bae032c4b6b5424ce519 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 29 Jun 2026 15:22:20 +0100 Subject: [PATCH] workflows/test: test release-supported-systems changes --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2aeebf59968e..46a399cb7752 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,6 +64,7 @@ jobs: 'ci/github-script/supportedSystems.js', 'ci/pinned.json', 'ci/supportedBranches.js', + 'pkgs/top-level/release-supported-systems.json', ].includes(file))) core.setOutput('merge-group', true) if (files.some(file => [ @@ -88,6 +89,7 @@ jobs: 'ci/github-script/withRateLimit.js', 'ci/pinned.json', 'ci/supportedBranches.js', + 'pkgs/top-level/release-supported-systems.json', ].includes(file))) core.setOutput('pr', true) merge-group: