From 97447a551fbc684e3518bab52a3fa4720bc0e093 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 12 Jul 2026 13:51:25 +0900 Subject: [PATCH] ci(gitea): trigger deploy-prod workflow automatically after Validators pipeline finishes --- .gitea/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-prod.yml b/.gitea/workflows/deploy-prod.yml index f02fff9e..5cc5c40d 100644 --- a/.gitea/workflows/deploy-prod.yml +++ b/.gitea/workflows/deploy-prod.yml @@ -2,7 +2,7 @@ name: Deploy to Production on: workflow_run: - workflows: [Prepare Release] + workflows: ["Prepare Release", "Validators (Pushes and Pull Requests)"] types: [completed] workflow_dispatch: inputs: