Skip to content

build nightly

build nightly #110

Workflow file for this run

name: build nightly
on:
workflow_dispatch:
schedule:
- cron: '15 1 * * *'
permissions: write-all
jobs:
build-develop:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
secrets: inherit
with:
cypress_enable: true
cypress_run_because_flag: true
cypress_runs_on: "Ubuntu-22.04"
deduplication_id: develop
branch: develop