Skip to content

Commit 988695c

Browse files
authored
Merge pull request #250 from sikepuri-algorithm/update-notebook-execution-ci
Update notebook execution CI
2 parents 2b793f1 + ea878da commit 988695c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/notebook-execution-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
---
21
name: Notebook Execution Test
32

43
on:
54
pull_request:
6-
branches: [main, master]
75

86
jobs:
97
notebook-execution-test:
10-
name: Notebook Execution Test
118
runs-on: ubuntu-latest
129
steps:
13-
- name: Checkout Code
10+
- name: Checkout
1411
uses: actions/checkout@v3
1512

1613
- name: Execute Notebooks

0 commit comments

Comments
 (0)