mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Schedule a base build everyday.
This commit is contained in:
parent
4b3178ea12
commit
3326cda7e3
5
.github/workflows/base.yml
vendored
5
.github/workflows/base.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Build Base
|
name: Build Base
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '45 10 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_VERSION: 26
|
DOCKER_VERSION: 26
|
||||||
|
Loading…
x
Reference in New Issue
Block a user