From aa34c145b9563fa438451e914c7048c8221ef28e Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 4 Aug 2020 09:35:29 +0200 Subject: [PATCH] skip-ci: Do not explicitly fetch tags --- .github/workflows/ci.yaml | 6 ------ .github/workflows/publish.yaml | 10 ---------- 2 files changed, 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f7a9f9..05a51d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,7 @@ name: Continuous Integration on: pull_request env: - # Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true jobs: @@ -28,10 +26,6 @@ jobs: with: fetch-depth: 0 - - name: 'Get Git tags' - run: git fetch --tags - shell: bash - - name: Setup dotnet uses: actions/setup-dotnet@v1 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e4a3ab5..d013312 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,9 +8,7 @@ on: - main env: - # Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - # Disable sending usage data to Microsoft DOTNET_CLI_TELEMETRY_OPTOUT: true jobs: @@ -39,10 +37,6 @@ jobs: with: fetch-depth: 0 - - name: 'Get Git tags' - run: git fetch --tags - shell: bash - - name: Setup dotnet uses: actions/setup-dotnet@v1 with: @@ -69,10 +63,6 @@ jobs: with: fetch-depth: 0 - - name: 'Get Git tags' - run: git fetch --tags - shell: bash - - name: Setup dotnet uses: actions/setup-dotnet@v1 with: