We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a50198c + 938c48a commit fef43bfCopy full SHA for fef43bf
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout Code
18
uses: actions/checkout@v3
19
20
- - name: Execute notebooks
+ - name: Execute Notebooks
21
uses: ./.github/actions/execute_notebooks
22
23
- name: Build
.github/workflows/notebook-execution-test.yml
@@ -0,0 +1,17 @@
1
+---
2
+name: Notebook Execution Test
3
+
4
+on:
5
+ pull_request:
6
+ branches: [main, master]
7
8
+jobs:
9
+ notebook-execution-test:
10
+ name: Notebook Execution Test
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout Code
14
+ uses: actions/checkout@v3
15
16
+ uses: ./.github/actions/execute_notebooks
0 commit comments