chore: disable QA workflow schedule until VM is fixed (#1722)

Keep workflow_dispatch for manual testing. Re-enable cron when the
QA VM is back online.

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-22 11:06:50 -08:00 committed by GitHub
parent e527d79815
commit 33bd3e615c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,10 @@
name: Daily QA
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
# Disabled until QA VM is fixed
# on:
# schedule:
# - cron: '0 6 * * *'
# workflow_dispatch:
on: workflow_dispatch
jobs:
trigger:
runs-on: ubuntu-latest