📎 Update CI

This commit is contained in:
Yamila Moreno
2025-09-08 16:51:05 +02:00
parent 0e23c9f6ab
commit daa408e291
9 changed files with 151 additions and 24 deletions

View File

@@ -1,14 +1,21 @@
name: DEVELOP - Build and Upload Penpot Bundle
name: DEVELOP - Build Bundle and Docker Image
on:
schedule:
- cron: '16 5-20 * * 1-5'
jobs:
build-develop-bundle:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "develop"
build_wasm: "yes"
build_storybook: "yes"
# build-docker:
# needs: build-bundle
# uses: ./.github/workflows/build-docker.yml
# secrets: inherit
# with:
# gh_ref: "develop"