fix(workflow): remove push trigger from qa.yml to prevent race conditions with deploy
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Build & Deploy / 🧪 QA (push) Successful in 4m16s
Build & Deploy / 🏗️ Build (push) Successful in 7m28s
Build & Deploy / 🚀 Deploy (push) Successful in 23s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 5m33s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-03-05 14:03:59 +01:00
parent 3f67e1c333
commit 5552d952aa

View File

@@ -1,8 +1,6 @@
name: Nightly QA
on:
push:
branches: [main]
schedule:
- cron: '0 3 * * *'
workflow_dispatch: