Skip to content

Commit ac397c2

Browse files
committed
Added sesion1.ipynb to workflow check.
1 parent a191ef1 commit ac397c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/run_notebooks.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ jobs:
6262
isReport: False
6363
poll: True
6464

65+
- uses: yaananth/run-notebook@v2
66+
env:
67+
RUNNER: ${{ toJson(runner) }}
68+
SECRETS: ${{ toJson(secrets) }}
69+
GITHUB: ${{ toJson(github) }}
70+
with:
71+
notebook: "sql/sesion1.ipynb"
72+
isReport: False
73+
poll: True
74+
6575
- uses: actions/upload-artifact@v4
6676
if: always()
6777
with:

0 commit comments

Comments
 (0)