diff --git a/.github/workflows/rich-code-navigation.yml b/.github/workflows/rich-code-navigation.yml deleted file mode 100644 index a965dea768..0000000000 --- a/.github/workflows/rich-code-navigation.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Microsoft Rich Code Navigation - -on: - pull_request: - push: - branches: [ v8/dev ] - -jobs: - RichNavigation: - runs-on: windows-latest - - steps: - - uses: actions/checkout@v2 - - - name: Run Umbraco Build Script with Powershell - working-directory: 'build' - run: .\build.ps1 - shell: powershell - - - name: Microsoft Rich Code Navigation Indexer - uses: microsoft/RichCodeNavIndexer@v0.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - languages: csharp,typescript \ No newline at end of file