Skip to content

Commit

Permalink
made sure that the data updater does not purge roomfinder data
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 23, 2024
1 parent b022a78 commit 444b40b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
python-version: '3.12'
- name: Install python dependencies
run: pip install -r data/requirements.txt -r requirements-dev.txt
- run: rm -rf data/external/results/*
- run: rm data/external/results/*tumonline.json
- run: rm data/external/results/*nat.json
- name: Download public_transport data
continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: |
Expand Down

0 comments on commit 444b40b

Please sign in to comment.