🔧 Remove staging-render bundle github workflow

This commit is contained in:
David Barragán Merino 2026-03-16 11:12:11 +01:00 committed by David Barragán Merino
parent f796f7ccb9
commit 1b223359d9

View File

@ -1,15 +0,0 @@
name: _STAGING RENDER
on:
workflow_dispatch:
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"