🔧 Add ci/cd for nitrate-module (#7905)

This commit is contained in:
Yamila Moreno
2025-12-04 16:02:29 +01:00
committed by GitHub
parent 416980f063
commit a0f8559ffc

View File

@@ -0,0 +1,21 @@
name: _NITRATE MODULE
on:
schedule:
- cron: '36 5-20 * * 1-5'
jobs:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "nitrate-module"
build_wasm: "yes"
build_storybook: "yes"
build-docker:
needs: build-bundle
uses: ./.github/workflows/build-docker.yml
secrets: inherit
with:
gh_ref: "nitrate-module"