🔧 Remove wokflow to build main-staging branch

This commit is contained in:
David Barragán Merino 2026-06-08 10:52:12 +02:00 committed by David Barragán Merino
parent 2a48747cf6
commit 67ee0b0625

View File

@ -1,22 +0,0 @@
name: _MAIN-STAGING
on:
workflow_dispatch:
schedule:
- cron: '26 5-20 * * 1-5'
jobs:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "main-staging"
build_wasm: "yes"
build_storybook: "yes"
build-docker:
needs: build-bundle
uses: ./.github/workflows/build-docker.yml
secrets: inherit
with:
gh_ref: "main-staging"