Skip to content

Commit

Permalink
change run time
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Apr 18, 2024
1 parent 042b024 commit b5d9d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: 'true'
type: boolean
schedule:
- cron: '0 04 * * *' # 0600 SAST
- cron: '0 14 * * *' # 1600 SAST

jobs:
build_image:
Expand Down
4 changes: 2 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def send_email(sender_email, sender_password, receiver_email, subject, message,
message = 'OSTIA Level 4 SST images for Southern Africa and Forecast SST from Mercator global ocean'
files = [plt_fname, plt_fname_subset, fcast_fname] # List of file paths to attach

for i in range(len(reciever_email_list)):
send_email(sender_email, sender_password, receiver_email[i], subject, message, files)
#for i in range(len(reciever_email_list)):
# send_email(sender_email, sender_password, receiver_email[i], subject, message, files)


0 comments on commit b5d9d8f

Please sign in to comment.