Skip to content

Build repository

Build repository #281

Workflow file for this run

name: build
on:
workflow_dispatch:
inputs:
cypress:
description: 'Run cypress'
required: false
type: boolean
default: false
push:
schedule:
- cron: '15 1 * * *'
jobs:
build:
uses: datavisyn/github-workflows/.github/workflows/build-node-python.yml@new_deployment
secrets: inherit
with:
cypress_enable: true
cypress_run_because_flag: ${{ inputs.cypress == true }}