fix(workflow): remove push trigger from qa.yml to prevent race conditions with deploy

This commit is contained in:
2026-03-05 16:56:09 +01:00
parent 2d4919cc1f
commit 301e112488
-2
View File
@@ -1,8 +1,6 @@
name: Nightly QA
on:
push:
branches: [main]
schedule:
- cron: '0 3 * * *'
workflow_dispatch: