Skip to content

Commit

Permalink
add missing job name (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 authored Mar 28, 2024
1 parent c30842a commit 2b5e303
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .azure_pipelines/ci-docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ pr:
- docs

jobs:
- pool:
vmImage: ubuntu-latest
- job: DocsCheck
displayName: "Check Documentation"
pool:
vmImage: "ubuntu-latest"
timeoutInMinutes: 30

strategy:
matrix:
latest:
python-version: 3.12
python-version: "3.12"

steps:
- checkout: self
Expand All @@ -30,4 +32,4 @@ jobs:
- bash: |
echo "There are no doc checks at the moment."
displayName: Dummy check
displayName: "Dummy check"

0 comments on commit 2b5e303

Please sign in to comment.