diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 10bbcf33..ca629a10 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -148,7 +148,8 @@ jobs: publish: name: 📦 Publish Packages runs-on: ubuntu-latest - needs: [build, lint, unit-tests, e2e-tests] + # needs: [build, lint, unit-tests, e2e-tests] + needs: [build, lint, unit-tests] if: github.ref == 'refs/heads/main' && github.event_name == 'push' steps: - name: Checkout repository