mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Pushes to master and stable branches will result in buildbot-like checks on multiple OSes and architectures. Pull requests will be checked on a public Ubuntu GitHub runner.
8 lines
128 B
YAML
8 lines
128 B
YAML
name: check-pr
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
check-pr:
|
|
uses: nginx/ci-self-hosted/.github/workflows/nginx-check-pr.yml@main
|