mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
12 lines
207 B
YAML
12 lines
207 B
YAML
name: Legacy / Build Stable
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
delegate:
|
|
uses: ./.github/workflows/core-build-stable.yml
|
|
permissions:
|
|
contents: write
|
|
packages: write
|
|
secrets: inherit
|