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: