From a381ccff16704a08a7eb824286f935c171a6e5e2 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Mon, 13 Mar 2023 14:15:46 +0000 Subject: [PATCH] update dependencies --- .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 be7a3b0..337e066 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: [ job1 ] + needs: [ job2 ] # Steps represent a sequence of tasks that will be executed as part of the job steps: