Skip to content

Commit 2a00604

Browse files
committed
Fix condition
1 parent 103db93 commit 2a00604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function getSetupSteps(checkSpecification: JobSpecification): {
347347

348348
if (
349349
setupSpec === undefined ||
350-
checkSpecification[setupSpec.specProperty] === undefined
350+
checkSpecification[setupSpec.specProperty] !== true
351351
) {
352352
continue;
353353
}

0 commit comments

Comments
 (0)