mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45: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
|
||||
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Master Workflow"]
|
||||
types:
|
||||
- completed
|
||||
workflow_call:
|
||||
|
||||
# on:
|
||||
# workflow_run:
|
||||
# workflows: ["Master Workflow"]
|
||||
# types:
|
||||
# - completed
|
||||
|
||||
jobs:
|
||||
setup_sites:
|
||||
|
|
|
|||
Loading…
Reference in a new issue