From a023ef2051fc2470c58685f84c801639401d5524 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:33:11 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 05ead629..b3ab2f93 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -1,13 +1,14 @@ name: Deploy Traefik and MariaDB -on: - workflow_call: +# on: +# workflow_call: # on: # workflow_dispatch: - # workflow_run: - # workflows: ["Master Workflow"] - # types: - # - completed +on: + workflow_run: + workflows: ["Master Workflow"] + types: + - completed jobs: deploy: