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

GHA: Add cleanup stage

This commit is contained in:
Tom Poole 2025-03-10 11:06:46 +00:00
parent dabb602dd9
commit f9041f281e

View file

@ -86,4 +86,9 @@ jobs:
triggerer: ${{ inputs.triggerer && inputs.triggerer || github.event.sender.login }}
context: ${{ toJson(needs) }}
secrets: inherit
cleanup:
if: ${{ always() }}
needs: [setup, build, deploy, docs]
name: Cleanup
uses: juce-framework/JUCE-utils/.github/workflows/cleanup.yml@master
secrets: inherit