diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d24233..55da5f89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ steps.extract_branch.outputs.branch }} - fetch-depth: 0 - name: Composer install run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s composerUpdate