From 4bbe4ef63dba244421f4d383dd7afd54db8ef408 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 27 May 2022 10:09:42 +0200 Subject: [PATCH] fix unshallow (#5180) --- .github/workflows/py-tests-3_9.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/py-tests-3_9.yml b/.github/workflows/py-tests-3_9.yml index 40e69857951..e1d7dfa8031 100644 --- a/.github/workflows/py-tests-3_9.yml +++ b/.github/workflows/py-tests-3_9.yml @@ -70,12 +70,6 @@ jobs: make coverage rm pom.xml - - name: Fetch main for sonar - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - git fetch --no-tags --unshallow https://github.com/open-metadata/OpenMetadata.git +refs/heads/main:refs/remotes/origin/main - - name: Run PR Sonar uses: sonarsource/sonarcloud-github-action@master if: ${{ github.event_name == 'pull_request_target' }}