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
a023ef2051
commit
5892514c84
1 changed files with 7 additions and 7 deletions
14
.github/workflows/setup_site.yml
vendored
14
.github/workflows/setup_site.yml
vendored
|
|
@ -1,17 +1,17 @@
|
|||
name: setup site base on provided image build for branch specified
|
||||
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
# on:
|
||||
# workflow_call:
|
||||
|
||||
# on:
|
||||
# workflow_dispatch:
|
||||
|
||||
# on:
|
||||
# workflow_run:
|
||||
# workflows: ["Master Workflow"]
|
||||
# types:
|
||||
# - completed
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Master Workflow"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
setup_sites:
|
||||
|
|
|
|||
Loading…
Reference in a new issue