From 1667a3b00e168161affe0cd2706c50fc69b93e00 Mon Sep 17 00:00:00 2001 From: MGJamJam Date: Wed, 17 Apr 2024 07:30:07 -0300 Subject: [PATCH] deletes partial repo checkout --- .github/workflows/is-compatible.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index c1c2ac7..1cc8c6f 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -12,10 +12,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - #TODO delete after merge to main - sparse-checkout: | - bitmovin-analytics-datasource - sparse-checkout-cone-mode: false - name: Setup Node.js environment uses: actions/setup-node@v4 with: