1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

GHA: Don't notify after cancelled jobs

This commit is contained in:
Tom Poole 2025-03-07 16:44:45 +00:00
parent 86f8460d3e
commit dabb602dd9

View file

@ -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