Skip to content

Commit b1e9354

Browse files
committed
revert
1 parent 6a709cc commit b1e9354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2618,7 +2618,7 @@ jobs:
26182618
deploy:
26192619
name: deploy to dockerhub
26202620
if: github.event_name == 'push'
2621-
needs: [build-push-images-for-arm64]
2621+
needs: [unit-tests, integration-tests, system-tests]
26222622
runs-on: ${{ matrix.os }}
26232623
strategy:
26242624
matrix:

0 commit comments

Comments
 (0)