diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 44006e6e..c2aaa70f 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -1,10 +1,11 @@ name: Deploy Traefik and MariaDB on: - workflow_run: - workflows: ["Master Workflow"] - types: - - completed + workflow_dispatch: + # workflow_run: + # workflows: ["Master Workflow"] + # types: + # - completed jobs: deploy: