diff --git a/.github/workflows/check-duplicates.yml b/.github/workflows/check-duplicates.yml deleted file mode 100644 index 035ec87d1a..0000000000 --- a/.github/workflows/check-duplicates.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Check for Duplicate UnitTests -on: - push: - branches: [ main, develop ] - pull_request: - branches: [ main, develop ] - workflow_dispatch: -jobs: - check-duplicates: - runs-on: windows-latest - steps: - - uses: actions/checkout@v6 - - name: Run Duplicate Test Check - run: pwsh -File ./Scripts/FindDuplicateTestMethodsInSameFileName.ps1 -solutionPath "$PWD" \ No newline at end of file