From c2bb3799f00101480265dc2d8fd1334580502401 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 13 Sep 2025 13:46:12 -0400 Subject: [PATCH] Workflow_run trigger. --- .gitea/workflows/gitea_tar-valon_ansible_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml index 95483bc..05e3b58 100644 --- a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml +++ b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml @@ -3,7 +3,7 @@ name: Gitea Branch PR & Ansible Deployment on: workflow_dispatch: workflow_run: - workflows: ["Home Assistant Config Check"] + workflows: [Home Assistant Config Check, Validate DAs] types: - completed branches: main