ci: trigger nightly qa
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 3s
Nightly QA / call-qa-workflow (push) Failing after 50s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m34s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m35s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 11s
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m52s
🚀 Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-04-24 11:18:51 +02:00
parent 832be8c6bf
commit f726b3e978

View File

@@ -2,7 +2,12 @@ name: Nightly QA
on:
schedule:
- cron: '0 4 * * *'
- cron: '0 2 * * *' # Every night at 2:00 AM
push:
branches:
- main
paths:
- '.gitea/workflows/qa.yml'
workflow_dispatch:
jobs: