ci: disable `lint-sync` for now

Andrey Nering created

Change summary

.github/workflows/lint-sync.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

.github/workflows/lint-sync.yml 🔗

@@ -1,8 +1,8 @@
 name: lint-sync
 on:
-  schedule:
-    # every Sunday at midnight
-    - cron: "0 0 * * 0"
+  # schedule:
+  #   # every Sunday at midnight
+  #   - cron: "0 0 * * 0"
   workflow_dispatch: # allows manual triggering
 
 permissions: