From 20f321cff95f314795ca8e023edae8365b71911b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 23 Aug 2022 18:31:05 +0300 Subject: [PATCH] Update auto-update.yml Disables db:clear (#8174) --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 290e61b79a..b1c196136a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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: