From 0785ffcebf17dd56a6c10632b8ab87f8690a2913 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Wed, 17 Aug 2022 09:48:01 -0700 Subject: [PATCH] Update jenkins/valet-dry-run-lab.md Co-authored-by: j-dunham --- jenkins/valet-dry-run-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-dry-run-lab.md b/jenkins/valet-dry-run-lab.md index dfeef7f..b252f5d 100644 --- a/jenkins/valet-dry-run-lab.md +++ b/jenkins/valet-dry-run-lab.md @@ -125,7 +125,7 @@ jobs: -In the Jenkins pipeline we had 2 stages and 4 steps that run on the `TeamARunner` self-hosted runner. +In the Jenkins pipeline we have 2 stages and 4 steps that run on the self-hosted runner labeled `TeamARunner`. In the Actions workflow we have the same steps and the stages are now being enforced using the `needs` keyword. We can see this if we examine the `needs` for `needs: build`, which make the test jobs depend on the build jobs.