From 2a0060496cd11fc2992f8019e5f42e80dd109a86 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 5 Mar 2026 16:07:10 +0000 Subject: [PATCH] Fix condition --- pr-checks/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-checks/sync.ts b/pr-checks/sync.ts index fd648f2f7..878b4c245 100755 --- a/pr-checks/sync.ts +++ b/pr-checks/sync.ts @@ -347,7 +347,7 @@ function getSetupSteps(checkSpecification: JobSpecification): { if ( setupSpec === undefined || - checkSpecification[setupSpec.specProperty] === undefined + checkSpecification[setupSpec.specProperty] !== true ) { continue; }