Skip to content

Commit

Permalink
Add cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Oct 20, 2023
1 parent 6cf0cbf commit e3bbf29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/diffcalc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ jobs:
echo "Target: ${{ needs.generator.outputs.TARGET }}"
echo "Spreadsheet: ${{ needs.generator.outputs.SPREADSHEET_LINK }}"
cleanup:
name: Cleanup
needs: [ directory, generator ]
if: ${{ always() }}
runs-on: self-hosted
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
update-comment:
name: Update PR comment
needs: [ create-comment, generator ]
Expand Down

0 comments on commit e3bbf29

Please sign in to comment.