Add orphaned files cleanup (#618)

This commit is contained in:
Flaminel
2026-05-27 19:26:39 +03:00
committed by GitHub
parent 1ca935b62b
commit 8ccd93dc97
98 changed files with 7093 additions and 1266 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: Start services
working-directory: e2e
run: docker compose -f docker-compose.e2e.yml up -d --build
run: make up
env:
PACKAGES_USERNAME: ${{ github.repository_owner }}
PACKAGES_PAT: ${{ env.PACKAGES_PAT }}