summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/pr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/pr.yml')
-rw-r--r--.azure-pipelines/pr.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index b822d58..939c9b4 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -14,18 +14,6 @@ jobs:
- template: ./prebuild-checks.yml
-- job: Docs_PR
- displayName: Docs PR
- dependsOn: Prebuild
- condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
-
- pool:
- vmImage: ubuntu-22.04
-
- steps:
- - template: ./docs-steps.yml
-
-
- job: macOS_PR_Tests
displayName: macOS PR Tests
dependsOn: Prebuild