Skip to content

Commit

Permalink
Fix dependency on neon-image in promote-images-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Jan 17, 2025
1 parent 871e8b3 commit 71b8141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ jobs:
docker compose -f ./docker-compose/docker-compose.yml down
promote-images-dev:
needs: [ check-permissions, tag, vm-compute-node-image ]
needs: [ check-permissions, tag, vm-compute-node-image, neon-image ]
runs-on: ubuntu-22.04

permissions:
Expand Down

0 comments on commit 71b8141

Please sign in to comment.