From 3e2ed305d15043cc5734653c606e7ea9690846b8 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Wed, 4 Feb 2026 11:47:22 +0100 Subject: [PATCH] ci: exclude standard_schema from sync. This file isn't sync into G3 and this should prevent the CI from requiring a presubmit when the file is modified. --- .ng-dev/google-sync-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.ng-dev/google-sync-config.json b/.ng-dev/google-sync-config.json index a3e5f12193d..7262e9fbf0d 100644 --- a/.ng-dev/google-sync-config.json +++ b/.ng-dev/google-sync-config.json @@ -16,6 +16,7 @@ "packages/docs/**", "packages/elements/schematics/**", "packages/examples/**", + "packages/forms/signals/src/api/rules/validation/standard_schema.ts", "packages/localize/**", "packages/private/**", "packages/service-worker/**",