mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
Update setup_site.yml
This commit is contained in:
parent
9cd25fad38
commit
e0ce8c22ab
1 changed files with 7 additions and 7 deletions
14
.github/workflows/setup_site.yml
vendored
14
.github/workflows/setup_site.yml
vendored
|
|
@ -4,14 +4,14 @@ name: setup site base on provided image build for branch specified
|
||||||
# on:
|
# on:
|
||||||
# workflow_call:
|
# workflow_call:
|
||||||
|
|
||||||
# on:
|
|
||||||
# workflow_dispatch:
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_dispatch:
|
||||||
workflows: ["Master Workflow"]
|
|
||||||
types:
|
# on:
|
||||||
- completed
|
# workflow_run:
|
||||||
|
# workflows: ["Master Workflow"]
|
||||||
|
# types:
|
||||||
|
# - completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup_sites:
|
setup_sites:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue