ci: gate build on tests, deploy waits for container health
Some checks failed
Build and Deploy to Production / build (push) Blocked by required conditions
Build and Deploy to Production / deploy (push) Blocked by required conditions
Build and Deploy to Production / test (push) Failing after 11m37s

This commit is contained in:
Sergei Poljanski 2026-07-02 18:32:53 +04:00
commit 67263cb75c
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
3 changed files with 56 additions and 7 deletions

View file

@ -1,9 +1,11 @@
name: Tests
# main is covered by the test job inside deploy.yaml (which gates the build);
# this workflow covers every other branch.
on:
push:
branches:
- '**'
branches-ignore:
- main
jobs:
test: