We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6c1bd commit a5de7a6Copy full SHA for a5de7a6
.github/workflows/build.yml
@@ -3,6 +3,8 @@ name: Build
3
on:
4
push:
5
pull_request:
6
+ schedule:
7
+ - cron: '40 5 * * *' # every day at 5:40
8
9
jobs:
10
check:
0 commit comments