diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index b3a38849..e42f7600 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -32,7 +32,5 @@ jobs: - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The workflow is now ready to test your code on the runner." - run: echo "This job's status is ${{ job.status }}." - - - name: "Post Run Cleanup" - if: always() + - if: always() run: rm -rf /.cache \ No newline at end of file