diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4401b1a3..bea15ca6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -285,14 +285,3 @@ jobs: run: nix develop --impure .#ci -c ./deploy/dev/multi-dc/test/multi-dc-raft.sh install env: OPERATOR_VERSION: ${{ needs.artifacts.outputs.container-image-tag }} - - verify: - name: Verify - runs-on: ubuntu-latest - if: github.event_name == 'pull_request' - - steps: - - name: Block Merge Commits - uses: Morishiri/block-merge-commits-action@v1.0.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }}