mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
GHA: Set individual artifact retention-days
This commit is contained in:
parent
cdbfc7e677
commit
b163bc7a1f
2 changed files with 1 additions and 8 deletions
1
.github/actions/upload_artifact/action.yaml
vendored
1
.github/actions/upload_artifact/action.yaml
vendored
|
|
@ -41,6 +41,7 @@ runs:
|
|||
with:
|
||||
name: ${{ inputs.key }}
|
||||
path: tmp_artifact_upload
|
||||
retention-days: 1
|
||||
- name: Clean up
|
||||
shell: python3 {0}
|
||||
run: |
|
||||
|
|
|
|||
8
.github/workflows/juce_private_build.yml
vendored
8
.github/workflows/juce_private_build.yml
vendored
|
|
@ -86,11 +86,3 @@ jobs:
|
|||
triggerer: ${{ inputs.triggerer && inputs.triggerer || github.event.sender.login }}
|
||||
context: ${{ toJson(needs) }}
|
||||
secrets: inherit
|
||||
cleanup:
|
||||
if: ${{ always() }}
|
||||
needs: [setup, build, deploy, docs, set-commit-status, notify]
|
||||
name: Cleanup
|
||||
uses: juce-framework/JUCE-utils/.github/workflows/cleanup.yml@master
|
||||
with:
|
||||
status: ${{ contains(needs.*.result, 'cancelled') && 'cancelled' || (contains(needs.*.result, 'failure') && 'failure' || 'success') }}
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue