ci: trigger nightly qa
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 3s
Nightly QA / call-qa-workflow (push) Failing after 50s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m34s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m35s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 11s
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m52s
🚀 Build & Deploy / 🔔 Notify (push) Successful in 1s
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 3s
Nightly QA / call-qa-workflow (push) Failing after 50s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m34s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m35s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 11s
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m52s
🚀 Build & Deploy / 🔔 Notify (push) Successful in 1s
This commit is contained in:
@@ -2,7 +2,12 @@ name: Nightly QA
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * *'
|
- cron: '0 2 * * *' # Every night at 2:00 AM
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- '.gitea/workflows/qa.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user