From 3c1469b7329b6e7f975f00e3ccab7c4f3ede4c7b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 25 Dec 2023 08:24:48 +0900 Subject: [PATCH] Update actions workflow --- .forgejo/workflows/update-flake-lock.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 2ea64415..f9e33d55 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -52,10 +52,6 @@ jobs: gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] NixOS Flake Updated' notification_message: 'Build completed successfully.' - - if: always() - run: rm -rf /.cache - - if: always() - run: rm -rf ${{ github.workspace }} - if: failure() uses: https://git.sysctl.io/actions/gotify-action@master with: