Skip to content

Commit

Permalink
CI: add job for manually running (and updating) notebooks 6
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 29, 2023
1 parent 0bf11cb commit cfe2c39
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
##
name: Run Notebook
on:
push:
branches:
- main
- develop
workflow_dispatch:
inputs:
path:
Expand All @@ -30,8 +26,8 @@ on:
default: "Examples/"
branch:
description: 'Target branch for updates'
required: true
default: "none"
required: false
default: ""

jobs:
demo:
Expand Down

0 comments on commit cfe2c39

Please sign in to comment.