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