mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
042b9cc4db
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.
9 lines
128 B
YAML
9 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
|