Skip to content

Commit 00844f2

Browse files
Update test_actions.yml
1 parent b1e6c6b commit 00844f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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-
push:
7-
branches:
8-
- chienyuanchang/test_github_actions
6+
# push:
7+
# branches:
8+
# - chienyuanchang/test_github_actions
99
workflow_dispatch: # Allows manual run from GitHub UI
1010

1111
jobs:
@@ -33,4 +33,4 @@ jobs:
3333
- name: Run notebook tests
3434
run: |
3535
set -e
36-
python tools/run_notebooks.py
36+
python tools/test_notebooks.py

0 commit comments

Comments
 (0)