We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea7acf commit 3492ca1Copy full SHA for 3492ca1
1 file changed
.github/workflows/main.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: '00 03 * * *'
9
10
jobs:
11
call-dev-workflow:
0 commit comments