summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/check-pr.yml
blob: 92c0ea6bfe1383387f62947838f486982691c301 (plain) (blame)
1
2
3
4
5
6
7
8
name: check-pr

on:
  pull_request:

jobs:
  check-pr:
    uses: nginx/ci-self-hosted/.github/workflows/nginx-check-pr.yml@main