Skip to content

Commit dabb602

Browse files
committed
GHA: Don't notify after cancelled jobs
1 parent 86f8460 commit dabb602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/juce_private_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
description: ${{ env.result }}
7979
targetUrl: ${{ env.target_url }}
8080
notify:
81-
if: ${{ always() && inputs.nightly-targets == '[]' }}
81+
if: ${{ always() && !contains(needs.*.result, 'cancelled') && inputs.nightly-targets == '[]' }}
8282
needs: [setup, build, deploy, docs]
8383
name: Notify
8484
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master

0 commit comments

Comments
 (0)