Skip to content

Commit

Permalink
feat: add pull request verify GA
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic committed Oct 11, 2023
1 parent e78c195 commit 3e1f1de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,14 @@ 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: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e1f1de

Please sign in to comment.