From f64cbc576df7c2c33225c26dfb9774865fb593d1 Mon Sep 17 00:00:00 2001 From: Ramiz Polic Date: Tue, 17 Oct 2023 17:01:56 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) 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 }}