Latest update - 9300 (1.27.2)

This commit is contained in:
2024-09-13 17:43:56 +09:00
parent b3b205dd9a
commit 25702ba896
17 changed files with 601 additions and 524 deletions
+11
View File
@@ -0,0 +1,11 @@
name: buildbot
on:
push:
branches:
- master
- 'stable-1.*'
jobs:
buildbot:
uses: nginx/ci-self-hosted/.github/workflows/nginx-buildbot.yml@main
+8
View File
@@ -0,0 +1,8 @@
name: check-pr
on:
pull_request:
jobs:
check-pr:
uses: nginx/ci-self-hosted/.github/workflows/nginx-check-pr.yml@main