test(qa): trigger qa workflow on push
Some checks failed
Nightly QA (Inlined) / 🧪 Quality Assurance (push) Failing after 1m22s
CI - Quality Assurance / 🧪 QA (pull_request) Successful in 3m28s

This commit is contained in:
2026-05-03 11:50:43 +02:00
parent dbae239031
commit 8dd5c077c5

View File

@@ -1,6 +1,8 @@
name: Nightly QA (Inlined)
on:
push:
branches: [fix/nightly-qa-stabilization]
schedule:
- cron: '0 2 * * *' # Every night at 02:00
workflow_dispatch: