diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d349137b..7d6c2889 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -27,8 +27,6 @@ jobs: steps: - name: Clone source uses: actions/checkout@v1 - with: - fetch-depth: 1 - name: Install .NET Core SDK 2.1 uses: actions/setup-dotnet@v1