Skip to content

fix(blockvalidation): preflight transaction bodies before quick mutation #6115

fix(blockvalidation): preflight transaction bodies before quick mutation

fix(blockvalidation): preflight transaction bodies before quick mutation #6115

name: Teranode PR init
# Minimal workflow that always runs for every PR.
# Used as a trigger point for workflow_run workflows (Claude Code review, SonarQube)
# that need to run even for docs-only PRs.
# External contributors require manual approval for workflow runs.
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
init:
name: Initialize PR checks
runs-on: ubuntu-latest
steps:
- name: Complete
run: echo "PR workflow initialized"