mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update Deploy_Traefik_and_MariaDB.yml
This commit is contained in:
parent
0c654521b7
commit
a023ef2051
1 changed files with 7 additions and 6 deletions
13
.github/workflows/Deploy_Traefik_and_MariaDB.yml
vendored
13
.github/workflows/Deploy_Traefik_and_MariaDB.yml
vendored
|
|
@ -1,13 +1,14 @@
|
||||||
name: Deploy Traefik and MariaDB
|
name: Deploy Traefik and MariaDB
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
workflow_call:
|
# workflow_call:
|
||||||
# on:
|
# on:
|
||||||
# workflow_dispatch:
|
# workflow_dispatch:
|
||||||
# workflow_run:
|
on:
|
||||||
# workflows: ["Master Workflow"]
|
workflow_run:
|
||||||
# types:
|
workflows: ["Master Workflow"]
|
||||||
# - completed
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue