Update auto-update.yml

Disables db:clear (#8174)
This commit is contained in:
Aleksandr Statciuk
2022-08-23 18:31:05 +03:00
parent a6f1792f9a
commit b163c1eb94

View File

@@ -90,7 +90,7 @@ jobs:
path: scripts/logs
- run: npm install
- run: npm run db:update
- run: npm run db:clear
# - run: npm run db:clear
- run: npm run db:export
- uses: actions/upload-artifact@v2
with: