1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Fix job definition syntax in migration tutorial (#41726)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Neno Loje
2025-12-16 06:16:14 +01:00
committed by GitHub
parent ab4c0833ae
commit 6cd4f82139

View File

@@ -216,7 +216,7 @@ jobs:
dependsOn: initial
steps:
- script: echo "This job will run after the initial job, in parallel with fanout1."
- job: fanin:
- job: fanin
pool:
vmImage: 'ubuntu-latest'
dependsOn: [fanout1, fanout2]