Skip to content

Commit b163bc7

Browse files
committed
GHA: Set individual artifact retention-days
1 parent cdbfc7e commit b163bc7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/actions/upload_artifact/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
with:
4242
name: ${{ inputs.key }}
4343
path: tmp_artifact_upload
44+
retention-days: 1
4445
- name: Clean up
4546
shell: python3 {0}
4647
run: |

.github/workflows/juce_private_build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,3 @@ jobs:
8686
triggerer: ${{ inputs.triggerer && inputs.triggerer || github.event.sender.login }}
8787
context: ${{ toJson(needs) }}
8888
secrets: inherit
89-
cleanup:
90-
if: ${{ always() }}
91-
needs: [setup, build, deploy, docs, set-commit-status, notify]
92-
name: Cleanup
93-
uses: juce-framework/JUCE-utils/.github/workflows/cleanup.yml@master
94-
with:
95-
status: ${{ contains(needs.*.result, 'cancelled') && 'cancelled' || (contains(needs.*.result, 'failure') && 'failure' || 'success') }}
96-
secrets: inherit

0 commit comments

Comments
 (0)