diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-05-24 17:53:57 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-06-23 22:12:18 +0200 |
| commit | 2dd4f7b9721b201dc51cb2fb06d32cb1cb833458 (patch) | |
| tree | fe74795a1a6fa06bf5761083a1e9c57428be1b3c /.github | |
| parent | 58c10f758b09affda1a15c105e7ce86f3a3bdd3a (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/data-update.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |