We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d09a7 commit 3f203a1Copy full SHA for 3f203a1
1 file changed
.github/workflows/Deploy.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
+ schedule:
7
+ - cron: '0 0 * * *' # Run every day at 12am.
8
jobs:
9
aggregate:
10
runs-on: ubuntu-latest
0 commit comments