Skip to content

do RPC request with a max of 10 validators each time (#70) #97

do RPC request with a max of 10 validators each time (#70)

do RPC request with a max of 10 validators each time (#70) #97

Workflow file for this run

name: ci-main
on:
push:
branches:
- main
tags:
- "*.*.*"
jobs:
pre-check:
uses: ./.github/workflows/_00_pre_check.yml
build:
needs: [pre-check]
uses: ./.github/workflows/_01_docker.yml