fix(workflow): remove push trigger from qa.yml to prevent race conditions with deploy
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
name: Nightly QA
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user