ci: decouple heavy smoke tests into dedicated qa pipeline and add api checks

This commit is contained in:
2026-02-27 14:04:45 +01:00
parent 08425a3a42
commit 7f106b1fa7
4 changed files with 137 additions and 47 deletions

12
.gitea/workflows/qa.yml Normal file
View File

@@ -0,0 +1,12 @@
name: Nightly QA
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
run-qa:
name: 🛡️ Nightly Quality Assurance
uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@main
secrets: inherit