Rebuild images every day at 5am
This commit is contained in:
parent
82c230f34d
commit
ef285a6157
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
jobs:
|
||||
build-kde:
|
||||
runs-on: shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue