diff --git a/.github/workflows/juce_private_build.yml b/.github/workflows/juce_private_build.yml index 80763b6cca..d092c0f6b6 100644 --- a/.github/workflows/juce_private_build.yml +++ b/.github/workflows/juce_private_build.yml @@ -78,7 +78,7 @@ jobs: description: ${{ env.result }} targetUrl: ${{ env.target_url }} notify: - if: ${{ always() && inputs.nightly-targets == '[]' }} + if: ${{ always() && !contains(needs.*.result, 'cancelled') && inputs.nightly-targets == '[]' }} needs: [setup, build, deploy, docs] name: Notify uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master