diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index 23b2cf75..787e0148 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -16,7 +16,7 @@ jobs: flake.lock flake.nix shell.nix - - name: "Directory Structure for ${{ github.worksspace }}" + - name: "Directory Structure" run: | ls ${{ github.workspace }}/* - name: "Node Info" @@ -25,9 +25,14 @@ jobs: uname -a hostname - uses: ./.forgejo/actions/nixos-docker + - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "This job is now running on a ${{ runner.os }} server." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - 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 }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." + + - name: "Post Run Cleanup" + - if: always() + run: rm -rf /.cache \ No newline at end of file