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:
|
jobs:
|
||||||
build-kde:
|
build-kde:
|
||||||
runs-on: shell
|
runs-on: shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue