diff --git a/cronjob_production_daily.sh b/cronjob_production_daily.sh
index 4a905cddf19e329fd25696d412a230c4481c0ac3..7de15c4334a73f60e128fb7181c970ba595ccb8b 100755
--- a/cronjob_production_daily.sh
+++ b/cronjob_production_daily.sh
@@ -6,4 +6,3 @@ cd /home/scipost/webapps/scipost/scipost_v1
 source venv/bin/activate
 
 python3 manage.py remind_fellows_to_submit_report
-python3 manage.py send_refereeing_reminders
diff --git a/cronjob_production_weekdays.sh b/cronjob_production_weekdays.sh
new file mode 100755
index 0000000000000000000000000000000000000000..791e66344f5da1d95cfd14890d51657ff9bdc4ff
--- /dev/null
+++ b/cronjob_production_weekdays.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# Daily cronjobs for production area
+
+cd /home/scipost/webapps/scipost/scipost_v1
+source venv/bin/activate
+
+python3 manage.py send_refereeing_reminders