Skip to content

Improve validator performance at scale #589

Improve validator performance at scale

Improve validator performance at scale #589

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ main ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
uses: ./.github/workflows/validate.yml
permissions:
contents: read
pull-requests: read
with:
ref: ${{ github.sha }}
release-run: false