From 2dd4f7b9721b201dc51cb2fb06d32cb1cb833458 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 24 May 2025 17:53:57 +0200 Subject: [mod] data: implement a simple tracker URL (SQL) database On demand, the tracker data is loaded directly into the cache, so that the maintenance of this data via PRs is no longer necessary. Signed-off-by: Markus Heiser --- .github/workflows/data-update.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 9d22bcc94..4deca2ffc 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -33,7 +33,6 @@ jobs: - update_engine_traits.py - update_wikidata_units.py - update_engine_descriptions.py - - update_tracker_patterns.py permissions: contents: write -- cgit v1.2.3