Skip to content

Multiple RPC endpoint support #3352

Multiple RPC endpoint support

Multiple RPC endpoint support #3352

# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
name: Pinning API
on:
pull_request:
paths-ignore:
- 'pinning-api/**'
- '.github/workflows/pinning-api.yml'
jobs:
build-pinning-api:
runs-on: ubuntu-latest
steps:
- run: 'echo "This job is always green to ensure PRs without code changes to the main folders can also merge"'