diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 94faa06..55e7641 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -32,15 +32,6 @@ jobs: set: | *.cache-from=type=gha *.cache-to=type=gha,mode=max - - name: Prune Dangling Container Images - uses: snok/container-retention-policy@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - account-type: personal - image-names: nickbreen/bz-platforms2/executors/* - untagged-only: true - cut-off: 1 day ago UTC - dry-run: true bazel: name: Bazel Build & Test