Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 20, 2024
1 parent 5e195e4 commit 046861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ jobs:
deploy:
name: deploy to dockerhub
if: github.event_name == 'push'
needs: [build-push-images-for-arm64]
needs: [unit-tests, integration-tests, system-tests]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 046861d

Please sign in to comment.