🔧 Add ci for branch staging-render

This commit is contained in:
Yamila Moreno 2025-12-30 10:57:51 +01:00
parent 7b5817f407
commit 22a36d59d8
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: _STAGING RENDER
on:
schedule:
- cron: '36 5-20 * * 1-5'
jobs:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "staging-render"
build_wasm: "yes"
build_storybook: "yes"