ci(gitea): trigger deploy-prod workflow automatically after Validators pipeline finishes

This commit is contained in:
2026-07-12 13:51:25 +09:00
parent fc0d341d15
commit fa72433a3a
+1 -1
View File
@@ -2,7 +2,7 @@ name: Deploy to Production
on: on:
workflow_run: workflow_run:
workflows: [Prepare Release] workflows: ["Prepare Release", "Validators (Pushes and Pull Requests)"]
types: [completed] types: [completed]
workflow_dispatch: workflow_dispatch:
inputs: inputs: