From a3422e7410d9dba93a887167a1c4e979284fa5eb Mon Sep 17 00:00:00 2001 From: Raghad Dahi Date: Sun, 31 May 2026 08:07:49 +0300 Subject: [PATCH] Remove collectstaic from github workflows --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae9351e..14bcd5b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: cache: poetry - run: poetry install --no-root - run: poetry run python manage.py check - - run: poetry run python manage.py collectstatic --noinput --clear - run: poetry run python manage.py createcachetable - run: poetry run python manage.py makemigrations --check - run: mkdir ./apps/frontend/static && echo "{}" > ./apps/frontend/static/manifest.json