tools: update hecat@master, set automatic metadata update workflow to run at 11:48 UTC

This commit is contained in:
nodiscc 2022-08-08 13:46:37 +02:00
parent ea7d306002
commit 5ee7f3bb3f
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
on:
schedule:
- cron: '45 11 * * 1'
- cron: '48 11 * * 1'
jobs:
test_schedule:

View file

@ -5,7 +5,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@import-nonfree
pip3 install --force git+https://github.com/nodiscc/hecat.git@master
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: install