diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 4913bf13f4..06f88d26ae 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -1611,7 +1611,7 @@ jobs: test-summary: name: 'Summarize Test Results' runs-on: ubuntu-24.04 - if: ${{ !cancelled() }} && github.event_name == 'pull_request' + if: ${{ !cancelled() && github.event_name == 'pull_request' }} needs: [retest-windows-x64, retest-windows-clang-x64, retest-macos-x64, retest-macos-gcc-x64, retest-linux-clang-x64, retest-linux-gcc-x64] steps: