summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-04-16 13:16:27 +0200
committerAlexandre Flament <alex@al-f.net>2022-04-16 13:16:27 +0200
commitec59a1580c204c2a7cc20a97e3cde325edb9c3c6 (patch)
treec86ebfdb02881c3aa02776b88e5b5633f1562de9 /.github
parentc474616642890af97ce79700baff7dd47b2406b1 (diff)
GitHub monthly data update: add engine descriptions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/data-update.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index b0fd6e1d..439f75b4 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -19,6 +19,7 @@ jobs:
- update_firefox_version.py
- update_languages.py
- update_wikidata_units.py
+ - update_engine_descriptions.py
steps:
- name: Checkout
uses: actions/checkout@v2