]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: remove post-ci cleanup job
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 23 Mar 2023 15:31:02 +0000 (15:31 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 23 Mar 2023 15:32:45 +0000 (15:32 +0000)
.github/workflows/ci.yml

index 2b2337884fd4c9a343bdd337406e3368737f343e..86396db36fb219805c1e71bfaf5fc044a03791d1 100644 (file)
@@ -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