chore: CI refreshes data directories, data/ in gitignore

This commit is contained in:
Abdessamad Derraz
2026-03-18 16:07:49 +01:00
parent 9b537492c0
commit 58b2398053
3 changed files with 11 additions and 0 deletions

View File

@@ -105,6 +105,11 @@ jobs:
with:
python-version: "3.12"
- name: Refresh data directories
if: steps.rate.outputs.skip != 'true'
run: python scripts/refresh_data_dirs.py
continue-on-error: true
- name: Build packs
if: steps.rate.outputs.skip != 'true'
run: |