github: daily cron
This commit is contained in:
parent
d5751782d4
commit
f1572e6763
1 changed files with 3 additions and 6 deletions
9
.github/workflows/cron.yml
vendored
9
.github/workflows/cron.yml
vendored
|
@ -1,12 +1,9 @@
|
||||||
name: Auto-update kernel
|
name: Auto-update kernel
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
# daily, hour and minute chosen arbitrarily
|
||||||
- main
|
- cron: "32 14 * * *"
|
||||||
# schedule:
|
|
||||||
# # daily, hour and minute chosen arbitrarily
|
|
||||||
# - cron: "32 14 * * *"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue