mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
16 lines
202 B
YAML
16 lines
202 B
YAML
name: test
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
# job-image-build:
|
|
# runs-on:
|
|
# - self-hosted
|
|
call_workflow_using_branch:
|
|
uses: ./.github/workflows/Reusable_build_image.yml
|
|
|
|
|
|
|
|
|
|
|