diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index 18c17a798..8ef1d4afc 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -45,7 +45,7 @@ jobs: - name: Setup .NET (older) uses: actions/setup-dotnet@v4 - if: ${{ steps.dotnet-new.conclusion.skipped }} + if: env.SUPPORT_GA == 'false' with: dotnet-version: ${{ matrix.dotnet-version }}