ci: decouple heavy smoke tests into dedicated qa pipeline and add api checks
This commit is contained in:
12
.gitea/workflows/qa.yml
Normal file
12
.gitea/workflows/qa.yml
Normal 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
|
||||
Reference in New Issue
Block a user