Skip to content

build nightly

build nightly #480

Workflow file for this run

name: build nightly
on:
workflow_dispatch:
schedule:
- cron: '15 1 * * *'
jobs:
build-main:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
playwright_enable: true
playwright_run_because_flag: true
playwright_runs_on: self-hosted
deduplication_id: main
branch: main
build-develop:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
playwright_enable: true
playwright_run_because_flag: true
playwright_runs_on: self-hosted
deduplication_id: develop
branch: develop