mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -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
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '45 10 * * *'
|
||||
|
||||
env:
|
||||
DOCKER_VERSION: 26
|
||||
|
Loading…
x
Reference in New Issue
Block a user