From 5ee7f3bb3f0f928a8fef02932dc82dcd1c399fc2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 8 Aug 2022 13:46:37 +0200 Subject: [PATCH] tools: update hecat@master, set automatic metadata update workflow to run at 11:48 UTC --- .github/workflows/update-metadata.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-metadata.yml b/.github/workflows/update-metadata.yml index 3028014c85..45fa1c170f 100644 --- a/.github/workflows/update-metadata.yml +++ b/.github/workflows/update-metadata.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '45 11 * * 1' + - cron: '48 11 * * 1' jobs: test_schedule: diff --git a/Makefile b/Makefile index a0ae98bc9f..e2cd21cb30 100644 --- a/Makefile +++ b/Makefile @@ -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