mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 00:29:37 +02:00
📎 Update CI
This commit is contained in:
11
.github/workflows/build-develop.yml
vendored
11
.github/workflows/build-develop.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user