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 163c6c2 commit 763c31dCopy full SHA for 763c31d
.github/workflows/main.yml
@@ -6,6 +6,9 @@ on:
6
push:
7
branches:
8
- master
9
+ schedule:
10
+ - cron: '0 2 * * *'
11
+
12
13
jobs:
14
test:
0 commit comments