diff --git a/bin/daily b/bin/daily index 37b7a44d9..b69e823b3 100755 --- a/bin/daily +++ b/bin/daily @@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0 # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-ids -# Send notifications about coming expirations -$DTDIR/ietf/bin/notify-expirations - # Send nomcom reminders about nomination acceptance and questionnaires $DTDIR/ietf/manage.py send_reminders diff --git a/bin/weekly b/bin/weekly index 8e01c273c..cca8403fd 100755 --- a/bin/weekly +++ b/bin/weekly @@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly" $DTDIR/ietf/manage.py send_apikey_usage_emails +# Send notifications about coming expirations +$DTDIR/ietf/bin/notify-expirations +