From b82638e3670e1da849a7a1de9e4cb9cd87856a9a Mon Sep 17 00:00:00 2001 From: tr00d Date: Wed, 20 Mar 2024 11:00:48 +0100 Subject: [PATCH] Revert "build: add action to evaluate deployment frequency" This reverts commit edac971e77b38f7cdbb621bad513a20b9562a360. --- .github/workflows/net-build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/net-build.yml b/.github/workflows/net-build.yml index c6b9f278d..a9098e221 100644 --- a/.github/workflows/net-build.yml +++ b/.github/workflows/net-build.yml @@ -55,9 +55,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" - - name: Evaluate Deployment Frequency - uses: DeveloperMetrics/deployment-frequency@main - with: - workflows: '.NET Build' - number-of-days: 100 \ No newline at end of file + run: dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file