mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-01 18:20:49 +02:00
run the nightly tag overnight relative to pacific time (#2637)
This commit is contained in:
2
.github/workflows/tag-nightly.yml
vendored
2
.github/workflows/tag-nightly.yml
vendored
@ -2,7 +2,7 @@ name: Nightly Tag Push
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
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:
|
permissions:
|
||||||
contents: write # Allows pushing tags to the repository
|
contents: write # Allows pushing tags to the repository
|
||||||
|
Reference in New Issue
Block a user