Skip to content

Commit

Permalink
Testing - Disable summarization on cancellation #330
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Feb 1, 2025
1 parent 68a9da9 commit 6e5a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e5a1d1

Please sign in to comment.