Эх сурвалжийг харах

ci(workflow): add --no-clone-bundle flag to repo sync command

This flag prevents downloading bundle files during sync, which can improve sync performance and reduce network usage
TheWildJames 8 сар өмнө
parent
commit
73b371348d

+ 1 - 1
.github/workflows/build.yml

@@ -214,7 +214,7 @@ jobs:
         ) &
         MONITOR_PID=$!
 
-        repo --trace sync -c -j$(nproc --all) --fail-fast --no-tags --force-sync
+        repo --trace sync -c -j$(nproc --all) --fail-fast --no-tags --force-sync --no-clone-bundle
 
 
         # Stop monitoring