mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
22 lines
383 B
YAML
22 lines
383 B
YAML
name: _DEVELOP
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '16 5-20 * * 1-5'
|
|
|
|
jobs:
|
|
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"
|