Skip to content

Commit 04f3bd0

Browse files
add PR check
1 parent 802c921 commit 04f3bd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Monthly Notebook Check
33
on:
44
# schedule:
55
# - cron: '0 8 1 * *' # Every month on the 1st at 08:00 UTC
6+
pull_request:
7+
branches:
8+
- main
69
push:
710
branches:
811
- chienyuanchang/test_github_actions
@@ -51,4 +54,4 @@ jobs:
5154
- name: Run notebook tests
5255
run: |
5356
set -e
54-
python tools/test_notebooks.py
57+
python tools/test_notebooks/test_notebooks.py

0 commit comments

Comments
 (0)