mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update setup_site.yml
This commit is contained in:
parent
c4778cbc64
commit
f5dd15b293
1 changed files with 8 additions and 4 deletions
12
.github/workflows/setup_site.yml
vendored
12
.github/workflows/setup_site.yml
vendored
|
|
@ -1,10 +1,14 @@
|
||||||
name: setup site base on provided image build for branch specified
|
name: setup site base on provided image build for branch specified
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_call:
|
||||||
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