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:
parent
86f8460d3e
commit
dabb602dd9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/juce_private_build.yml
vendored
2
.github/workflows/juce_private_build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue