Skip to content

Commit df8383c

Browse files
authored
Update github-action-jobs-01.yml
1 parent 3486add commit df8383c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-action-jobs-01.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
- run: echo ${{ github.job }}
1313
job2:
1414
runs-on: ubuntu-latest
15+
needs: job1
1516
steps:
1617
- run: echo ${{ github.job }}
1718
job3:
1819
runs-on: ubuntu-latest
20+
needs: [job1, job2]
1921
steps:
2022
- run: echo ${{ github.job }}

0 commit comments

Comments
 (0)