diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 328c41d..fa3ebc3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,8 +3,6 @@ name: CI
 on:
   push:
   pull_request:
-  schedule:
-    - cron: "0 3 * * 1" # Every monday at 3 AM
 
 jobs:
   test: