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 34dd97d commit 54e2c47Copy full SHA for 54e2c47
.github/workflows/main.yml
@@ -3,6 +3,8 @@ name: Main
3
on:
4
push:
5
branches: [main]
6
+ schedule:
7
+ - cron: "0 8,20 * * *"
8
9
jobs:
10
unit-tests:
.github/workflows/scheduled.yml
0 commit comments