Skip to content

Commit

Permalink
Create build_nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Jun 17, 2024
1 parent 47afdca commit 5c3954d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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:
cypress_enable: true
cypress_run_because_flag: true
cypress_runs_on: "Ubuntu-22.04"
deduplication_id: main
branch: main
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

0 comments on commit 5c3954d

Please sign in to comment.