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.
1 parent 4e57c09 commit b3788caCopy full SHA for b3788ca
.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:
0 commit comments