Multiple RPC endpoint support #3353
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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"' |