From 69a0ec08211dbb6550acde044181cd16ce544399 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 29 Mar 2026 15:15:19 -0400 Subject: [PATCH] workflows/test: run when updating pinned.json --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c4c7e7c1921..bf40e819491d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: '.github/workflows/merge-group.yml', '.github/workflows/test.yml', 'ci/github-script/supportedSystems.js', + 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('merge-group', true) @@ -85,6 +86,7 @@ jobs: 'ci/github-script/reviews.js', 'ci/github-script/supportedSystems.js', 'ci/github-script/withRateLimit.js', + 'ci/pinned.json', 'ci/supportedBranches.js', ].includes(file))) core.setOutput('pr', true)