Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpidcock committed Apr 13, 2024
2 parents c4a4011 + 3a2f318 commit 59bb3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/state_file.rake
Expand Up @@ -17,6 +17,8 @@ namespace :state_file do

task send_reminder_apology_message: :environment do
return unless DateTime.now.year == 2024
return if ENV["DO_NOT_SEND_APOLOGY_EMAIL"].present?

StateFile::SendReminderApologyService.run
end
end

0 comments on commit 59bb3d1

Please sign in to comment.