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

This commit is contained in:
2026-03-05 14:03:59 +01:00
parent 2d4919cc1f
commit 301e112488

View File

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