From e3ab43c8c07ec4e6b805bd4b8f8811ba0fcbd853 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Wed, 29 Jun 2022 13:27:01 -0400 Subject: [PATCH] updated Job3 dependency --- .github/workflows/02-basic-multiple-jobs-needs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-basic-multiple-jobs-needs.yml b/.github/workflows/02-basic-multiple-jobs-needs.yml index 337e066..be7a3b0 100644 --- a/.github/workflows/02-basic-multiple-jobs-needs.yml +++ b/.github/workflows/02-basic-multiple-jobs-needs.yml @@ -36,7 +36,7 @@ jobs: job3: # The type of runner that the job will run on runs-on: ubuntu-latest - needs: [ job2 ] + needs: [ job1 ] # Steps represent a sequence of tasks that will be executed as part of the job steps: