From: Matthew Newton Date: Thu, 23 Mar 2023 15:31:02 +0000 (+0000) Subject: CI: remove post-ci cleanup job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da2828b34ce3a8208dda3f5dc7fee3ff264a4ca;p=thirdparty%2Ffreeradius-server.git CI: remove post-ci cleanup job --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b2337884fd..86396db36fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,22 +320,3 @@ jobs: USERNAME: ${{ github.repository_owner }} REPO_NAME: ${{ github.repository }} REPO_KEY: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - post-ci: - if: github.repository_owner == 'FreeRADIUS' - runs-on: self-hosted - name: "Post-job cleanup" - needs: - - ci - steps: - - id: cleanup_containers - name: "Cleanup docker containers" - run: /usr/bin/docker container prune -f || true - - - id: cleanup_volumes - name: "Cleanup docker volumes" - run: /usr/bin/docker volume prune -f || true - - - id: cleanup_images - name: "Cleanup docker images" - run: /usr/bin/docker image prune -f || true