Skip to content

Commit

Permalink
Revert "build: add action to evaluate deployment frequency"
Browse files Browse the repository at this point in the history
This reverts commit edac971.
  • Loading branch information
Tr00d committed Mar 20, 2024
1 parent edac971 commit b82638e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/net-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit b82638e

Please sign in to comment.