mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update Deploy_Traefik_and_MariaDB.yml
This commit is contained in:
parent
52426c5d04
commit
71a24e5781
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
name: Deploy Traefik and MariaDB
|
name: Deploy Traefik and MariaDB
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_dispatch:
|
||||||
workflows: ["Master Workflow"]
|
# workflow_run:
|
||||||
types:
|
# workflows: ["Master Workflow"]
|
||||||
- completed
|
# types:
|
||||||
|
# - completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue