We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f8460 commit dabb602Copy full SHA for dabb602
.github/workflows/juce_private_build.yml
@@ -78,7 +78,7 @@ jobs:
78
description: ${{ env.result }}
79
targetUrl: ${{ env.target_url }}
80
notify:
81
- if: ${{ always() && inputs.nightly-targets == '[]' }}
+ if: ${{ always() && !contains(needs.*.result, 'cancelled') && inputs.nightly-targets == '[]' }}
82
needs: [setup, build, deploy, docs]
83
name: Notify
84
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
0 commit comments