Skip to content

refactor(synccommittee): Use execution.StateDB instead of custom vm.StateDB #1271

refactor(synccommittee): Use execution.StateDB instead of custom vm.StateDB

refactor(synccommittee): Use execution.StateDB instead of custom vm.StateDB #1271

Workflow file for this run

name: Prevent Merge Commits
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
forbid-merge-commits:
runs-on: ["self-hosted", "aws_autoscaling"]
steps:
- name: Run Forbid Merge Commits Action
uses: NilFoundation/forbid-merge-commits-action@main