Skip to content

Commit 384b18e

Browse files
committed
GHA: Always notify
1 parent f79b88d commit 384b18e

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: juce-framework/JUCE-utils/.github/workflows/docs.yml@master
4848
secrets: inherit
4949
notify:
50-
if: ${{ inputs.nightly-targets == '[]' }}
50+
if: ${{ always() && inputs.nightly-targets == '[]' }}
5151
needs: [docs]
5252
name: Notify
5353
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master

0 commit comments

Comments
 (0)