diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 852438e274..43427b641b 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -261,11 +261,3 @@ jobs: $image_name:${tag}_amd64 \ $image_name:${tag}_arm64 done - - # FIXME: an admin needs to mark this as non-mandatory, and then we can remove it - docker_build_success: - name: Docker Build Success - runs-on: ubuntu-latest - needs: ghcr_build - steps: - - run: echo Done!