ci: add conditional job for OpenAPI linting based on file changes; update README with workflow details
CI / changes (push) Successful in 5s
CI / go (push) Successful in 18s
CI / openapi (push) Has been skipped
CI / bird2 (push) Failing after 25s

This commit is contained in:
Denozordec
2026-04-04 01:32:29 +07:00
parent 3992d01c3e
commit 3adfc49e5c
3 changed files with 46 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
В репозитории включён workflow [workflows/ci.yaml](workflows/ci.yaml).
Job **openapi** (Redocly) запускается только если в коммите или PR изменились `docs/openapi.yaml` или `redocly.yaml`; иначе шаг пропускается. Остальные jobs (`go`, `bird2`) выполняются как раньше.
Требования к runner:
- Метка `ubuntu-latest` (или измените `runs-on` под свои labels).