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 fc0cff3 commit 95523e5Copy full SHA for 95523e5
.github/workflows/docs-website-test-docs-snippets.yml
@@ -10,13 +10,15 @@ on:
10
required: false
11
default: 'main'
12
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'
+
+ # TEMPORARILY DISABLED
+ # push:
+ # paths:
+ # - 'docs-website/docs/**'
+ # - 'docs-website/versioned_docs/**'
+ # - 'docs-website/scripts/test_python_snippets.py'
20
+ # - 'docs-website/scripts/generate_requirements.py'
21
+ # - '.github/workflows/docs-website-test-docs-snippets.yml'
22
23
jobs:
24
test-docs-snippets:
0 commit comments