run the nightly tag overnight relative to pacific time (#2637)

This commit is contained in:
rkuo-danswer 2024-10-01 09:36:40 -07:00 committed by GitHub
parent 3fa1b18306
commit ec02665ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: Nightly Tag Push
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
- cron: '0 10 * * *' # Runs every day at 2 AM PST / 3 AM PDT / 10 AM UTC
permissions:
contents: write # Allows pushing tags to the repository