diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c53b26bb8..95c2ab0b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,7 +200,6 @@ jobs: pack: name: "Pack" runs-on: ubuntu-latest - needs: [ publish-test-results, static-code-analysis ] env: DOTNET_NOLOGO: true steps: @@ -227,7 +226,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/v') }} runs-on: macos-latest environment: production - needs: [ pack, build-pages, mutation-tests-dashboard ] + needs: [ pack, publish-test-results, static-code-analysis, build-pages, mutation-tests-dashboard ] permissions: contents: write steps: @@ -271,7 +270,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/core/v') }} runs-on: macos-latest environment: production - needs: [ pack, build-pages ] + needs: [ pack, publish-test-results, static-code-analysis, build-pages ] steps: - name: Download packages uses: actions/download-artifact@v6