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.
1 parent 802c921 commit 04f3bd0Copy full SHA for 04f3bd0
.github/workflows/test_actions.yml
@@ -3,6 +3,9 @@ name: Monthly Notebook Check
3
on:
4
# schedule:
5
# - cron: '0 8 1 * *' # Every month on the 1st at 08:00 UTC
6
+ pull_request:
7
+ branches:
8
+ - main
9
push:
10
branches:
11
- chienyuanchang/test_github_actions
@@ -51,4 +54,4 @@ jobs:
51
54
- name: Run notebook tests
52
55
run: |
53
56
set -e
- python tools/test_notebooks.py
57
+ python tools/test_notebooks/test_notebooks.py
0 commit comments