1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

GHA: Always notify

This commit is contained in:
Tom Poole 2025-03-05 08:39:14 +00:00
parent f79b88d826
commit 384b18e441

View file

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