mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Remove legacy dummy action from CI (#2903)
This commit is contained in:
8
.github/workflows/ghcr.yml
vendored
8
.github/workflows/ghcr.yml
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user