Cleanup in a step

This commit is contained in:
Dan Balasescu 2023-10-20 11:35:31 +09:00
parent e3bbf29333
commit 6c61894514
No known key found for this signature in database

View File

@ -339,8 +339,10 @@ jobs:
needs: [ directory, generator ]
if: ${{ always() }}
runs-on: self-hosted
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
steps:
- name: Cleanup
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
update-comment:
name: Update PR comment