We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e57c09 + 94d9d87 commit 57fd042Copy full SHA for 57fd042
.github/workflows/main.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches: [master]
5
tags: ['*']
6
+ schedule:
7
+ - cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT
8
pull_request:
9
10
workflow_dispatch:
.github/workflows/nightly.yaml
0 commit comments