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:
parent
dabb602dd9
commit
f9041f281e
1 changed files with 6 additions and 1 deletions
7
.github/workflows/juce_private_build.yml
vendored
7
.github/workflows/juce_private_build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue