Skip to content

Commit 1090573

Browse files
committed
workflow update
1 parent 9fb2713 commit 1090573

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ru_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
- name: Create Inflection Tables
8787
run: uv run python db/inflections/generate_inflection_tables.py
8888

89+
- name: Update Root Has Verb values
90+
run: uv run python scripts/build/root_has_verb_updater.py
91+
8992
- name: Update Sanskrit Family Roots
9093
run: uv run python scripts/build/sanskrit_root_families_updater.py
9194

.github/workflows/ru_release_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
- name: Create Inflection Tables
8787
run: uv run python db/inflections/generate_inflection_tables.py
8888

89+
- name: Update Root Has Verb values
90+
run: uv run python scripts/build/root_has_verb_updater.py
91+
8992
- name: Update Sanskrit Family Roots
9093
run: uv run python scripts/build/sanskrit_root_families_updater.py
9194

0 commit comments

Comments
 (0)