We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79b88d commit 384b18eCopy full SHA for 384b18e
.github/workflows/juce_private_build.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: juce-framework/JUCE-utils/.github/workflows/docs.yml@master
48
secrets: inherit
49
notify:
50
- if: ${{ inputs.nightly-targets == '[]' }}
+ if: ${{ always() && inputs.nightly-targets == '[]' }}
51
needs: [docs]
52
name: Notify
53
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
0 commit comments