Update auto-update.yml

Disables db:clear (#8174)
This commit is contained in:
Aleksandr Statciuk 2022-08-23 18:31:05 +03:00
parent 0b941392d3
commit 20f321cff9
1 changed files with 1 additions and 1 deletions

View File

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