mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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 }}
|
description: ${{ env.result }}
|
||||||
targetUrl: ${{ env.target_url }}
|
targetUrl: ${{ env.target_url }}
|
||||||
notify:
|
notify:
|
||||||
if: ${{ always() && inputs.nightly-targets == '[]' }}
|
if: ${{ always() && !contains(needs.*.result, 'cancelled') && inputs.nightly-targets == '[]' }}
|
||||||
needs: [setup, build, deploy, docs]
|
needs: [setup, build, deploy, docs]
|
||||||
name: Notify
|
name: Notify
|
||||||
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
|
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue