Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix job definition syntax in migration tutorial
  • Loading branch information
NenoLoje authored Dec 7, 2025
commit f7eeb082c88230f5bf11b24185f4accf77dfc60a
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading