Skip to content

Commit cb4ef76

Browse files
committed
MAINT: Renaming file to be more descriptive
1 parent b06c548 commit cb4ef76

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ commands =
6262
bash -c 'if [[ $CI == true ]]; then cat ignore_tutorials/ignore_gha_testing >> ignore_testing; fi'
6363
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_tutorials/ignore_circleci_testing >> ignore_testing; fi'
6464

65-
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering >> ignore_testing'
65+
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering_execution >> ignore_testing'
6666

6767
# We only want to run CI in PRs for the notebooks we touched
6868
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing/ignore_testing | xargs jupytext --to notebook '

0 commit comments

Comments
 (0)