about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/depot-scanner/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depot-scanner/default.nix b/tools/depot-scanner/default.nix
index d18034cff0..e6fd5dec29 100644
--- a/tools/depot-scanner/default.nix
+++ b/tools/depot-scanner/default.nix
@@ -13,4 +13,4 @@ in depot.nix.buildGo.program {
   deps = [
     localProto
   ];
-} // { inherit localProto; }
+} // { inherit localProto; meta.ci = false; }