mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
chore(ci): add compatibility wrappers for legacy workflow names
This commit is contained in:
parent
84a48c65eb
commit
de4c85f68f
2 changed files with 24 additions and 0 deletions
12
.github/workflows/build_develop.yml
vendored
Normal file
12
.github/workflows/build_develop.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Legacy / Build Develop
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
delegate:
|
||||||
|
uses: ./.github/workflows/core-build-develop.yml
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
secrets: inherit
|
||||||
12
.github/workflows/build_stable.yml
vendored
Normal file
12
.github/workflows/build_stable.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Legacy / Build Stable
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
delegate:
|
||||||
|
uses: ./.github/workflows/core-build-stable.yml
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
secrets: inherit
|
||||||
Loading…
Reference in a new issue