diff --git a/.gitea/workflows/quality-assurance-template.yml b/.gitea/workflows/quality-assurance-template.yml index 743803e..b8b3a78 100644 --- a/.gitea/workflows/quality-assurance-template.yml +++ b/.gitea/workflows/quality-assurance-template.yml @@ -32,11 +32,6 @@ jobs: container: image: catthehacker/ubuntu:act-latest steps: - - name: 🧹 Clean Runner Infrastructure - run: | - docker builder prune -f --filter "until=24h" || true - docker image prune -f --filter "until=24h" || true - docker system prune -f --volumes --filter "until=24h" || true - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js