fix: report scheduled backup failures
All checks were successful
CI / test (pull_request) Successful in 9m12s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
2026-09-15 18:53:06 +03:00
parent b933f95302
commit 69c1dd52cf
8 changed files with 16 additions and 12 deletions

View File

@@ -23,7 +23,8 @@ jobs:
- run: python -m pip install -r requirements.txt
- run: python -m pytest -q
- run: node --check app/static/admin.js
- run: sh -n infra/postgres-backup.sh infra/install-postgres-backup-cron.sh
- run: sh -n infra/postgres-backup.sh
- run: sh -n infra/install-postgres-backup-cron.sh
deploy:
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'