Skip to content

Commit 5480bb5

Browse files
committed
job 1 then job 2
1 parent 3804524 commit 5480bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/first-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
job2:
3434
runs-on: ubuntu-latest
35+
needs: job1 # Ensure job2 waits for job1 to complete
36+
3537

3638
steps:
3739
- name: Cowsays Action

0 commit comments

Comments
 (0)