Re-enable disabled windows jobs in CI (#1353)

diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index b278618..06d1868 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -331,18 +331,8 @@
     build_flags: *aspects_flags
     build_targets:
       - "//..."
-      # TODO: Temporarily disable this windows build as it recently started
-      # failing. This is likely an issue with the windows workers in CI.
-      - "-//vendor_local_pkgs/..."
-      - "-//vendor_remote_pkgs/..."
-      - "-//no_cargo_manifests/..."
     test_targets:
       - "//..."
-      # TODO: Temporarily disable this windows build as it recently started
-      # failing. This is likely an issue with the windows workers in CI.
-      - "-//vendor_local_pkgs/..."
-      - "-//vendor_remote_pkgs/..."
-      - "-//no_cargo_manifests/..."
 buildifier:
   version: latest
   warnings: "all"