Skip to content

Commit

Permalink
ingest-to-phylogenetic: schedule for 10AM PDT
Browse files Browse the repository at this point in the history
We were running into invalid zip archive errors at 9am PDT,
so hoping an hour delay will lower the error frequency.
  • Loading branch information
joverlee521 committed May 16, 2024
1 parent 21d5a9c commit 7b941fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ingest-to-phylogenetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ on:
# Tool that deciphers this particular format of crontab string:
# - https://crontab.guru/
#
# Runs at 4pm UTC (12pm EDT) since curation by NCBI happens on the East Coast.
- cron: '0 16 * * *'

# Runs at 5pm UTC (1pm EDT/10am PDT) since curation by NCBI happens on the East Coast.
# We were running into invalid zip archive errors at 9am PDT, so hoping an hour
# delay will lower the error frequency
- cron: '0 17 * * *'

workflow_dispatch:
inputs:
ingest_image:
Expand Down

0 comments on commit 7b941fc

Please sign in to comment.