diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-04-17 11:37:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-17 11:37:36 +0200 |
| commit | e22dc2ba36bfbd578c8f065975b35e178dce7a13 (patch) | |
| tree | 9a0757ffdcfa05edc0114cfaa53e9ca587839f28 /.github | |
| parent | bbf13a4657d9631374fc949bad8d6e3dc7d37bbc (diff) | |
| parent | 7bf9e12db9804e221233c6f2ba94289cd6084ab2 (diff) | |
Merge pull request #1099 from dalf/update_engine_descriptions
Update engine descriptions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/data-update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index b0fd6e1db..439f75b4a 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 |