From 509f71892d2e94ee8ca1bc8f95959103eb92cb4c Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Mon, 26 Jan 2026 19:03:30 -0500 Subject: [PATCH] workflows/test: correct 'dry' parameter --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20e7faf41630..26c8c8736f93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: context, core, // Review comments will be posted by the main PR workflow on the pull_request_target event. - dry: false, + dry: true, }) - name: Determine changed files