diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml
index 0f03731dc8fa319246eea14777c1c7a2476a4c1e..2217fefe17d7eabfcc0999290134d54924439aff 100644
--- a/.github/workflows/convert.yml
+++ b/.github/workflows/convert.yml
@@ -1,11 +1,8 @@
 name: Convert data to .mat file(s)
 
 on:
-  push:
-    branches:
-      - "main"
   schedule:
-      - cron: "0 1 * * 0,3"
+      - cron: "0 1 * * *"
 
 jobs:
   build: