Skip to content

Commit 95523e5

Browse files
authored
ci: temporarily disable Test Python snippets in docs workflow (#9882)
* ci: temporarily disable Test Python snippets in docs workflow * fix
1 parent fc0cff3 commit 95523e5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/docs-website-test-docs-snippets.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ on:
1010
required: false
1111
default: 'main'
1212
type: string
13-
push:
14-
paths:
15-
- 'docs-website/docs/**'
16-
- 'docs-website/versioned_docs/**'
17-
- 'docs-website/scripts/test_python_snippets.py'
18-
- 'docs-website/scripts/generate_requirements.py'
19-
- '.github/workflows/docs-website-test-docs-snippets.yml'
13+
14+
# TEMPORARILY DISABLED
15+
# push:
16+
# paths:
17+
# - 'docs-website/docs/**'
18+
# - 'docs-website/versioned_docs/**'
19+
# - 'docs-website/scripts/test_python_snippets.py'
20+
# - 'docs-website/scripts/generate_requirements.py'
21+
# - '.github/workflows/docs-website-test-docs-snippets.yml'
2022

2123
jobs:
2224
test-docs-snippets:

0 commit comments

Comments
 (0)