Skip to content

Commit 86b4fb1

Browse files
Another update to the Workflows, Jobs and Steps Action
1 parent d5890cc commit 86b4fb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/03-core-features--03-workflows-jobs-steps.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
job-1:
77
runs-on: ubuntu-24.04
8+
needs:
9+
- job-5 # a new job to explore the realtion and working of the jobs in a workflow
810
steps:
911
- run: echo "A job consists of"
1012
- run: echo "one or more steps"

0 commit comments

Comments
 (0)