Remove legacy dummy action from CI (#2903)

This commit is contained in:
Boxuan Li
2024-07-12 11:27:13 -07:00
committed by GitHub
parent ebbc0e6803
commit 2b7c4e5571

View File

@@ -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!