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 c1d594a commit 0d832edCopy full SHA for 0d832ed
.github/workflows/tests-and-docs.yml
@@ -3,6 +3,8 @@ name: Run Tests
3
on:
4
push:
5
workflow_dispatch:
6
+ schedule:
7
+ - cron: '30 3 * * *' # Run everyday at 3:30AM
8
9
permissions:
10
contents: write
0 commit comments