diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 7ccb20a..65859d8 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -65,26 +65,27 @@ jobs: } shell: pwsh - train: - name: Intellicode Train - runs-on: windows-latest - needs: [build] - if: github.event_name == 'push' && github.ref == 'refs/heads/master' - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 # We need to fetch the entire Git history in order to verify the authenticity. - - name: Setup .NET - uses: actions/setup-dotnet@v2 - with: - dotnet-version: | - 6.0.x - 7.0.x - 8.0.x - include-prerelease: true - - name: Install dependencies - run: dotnet restore - - name: Build - run: dotnet build --configuration Release --no-restore - - name: Train Intellicode Model - uses: microsoft/vs-intellicode@v1 + # TODO: Fix when I can be bothered to. + # train: + # name: Intellicode Train + # runs-on: windows-latest + # needs: [build] + # if: github.event_name == 'push' && github.ref == 'refs/heads/master' + # steps: + # - uses: actions/checkout@v3 + # with: + # fetch-depth: 0 # We need to fetch the entire Git history in order to verify the authenticity. + # - name: Setup .NET + # uses: actions/setup-dotnet@v2 + # with: + # dotnet-version: | + # 6.0.x + # 7.0.x + # 8.0.x + # include-prerelease: true + # - name: Install dependencies + # run: dotnet restore + # - name: Build + # run: dotnet build --configuration Release --no-restore + # - name: Train Intellicode Model + # uses: microsoft/vs-intellicode@v1