Skip to content

Commit cecac01

Browse files
committed
make docs depend on lint, to prevent delaying "real" jobs
1 parent 783af58 commit cecac01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/job.docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- ${{ each platform in parameters.platforms }}:
1414
- ${{ each python in parameters.pythons}}:
1515
- job: Docs
16+
dependsOn:
17+
- Lint
1618
pool:
1719
vmImage: ${{ platform.vmImage }}
1820
steps:

0 commit comments

Comments
 (0)