ci(qa): trigger after deploy workflow finishes instead of concurrently on push
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 46s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 6m8s
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-03-05 12:47:34 +01:00
parent d86e26bc33
commit 0e143bf9c1

View File

@@ -1,8 +1,11 @@
name: Nightly QA
on:
push:
workflow_run:
workflows: ["Build & Deploy"]
branches: [main]
types:
- completed
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
@@ -196,7 +199,7 @@ jobs:
notify:
name: 🔔 Notify
needs: [static, e2e, lighthouse, links]
if: always()
if: failure()
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest