Update 02-basic-multiple-jobs-needs.yml

هذا الالتزام موجود في:
Chris Ayers
2022-06-27 11:46:26 -04:00
ملتزم من قبل GitHub
الأصل 2da40e1d82
التزام e3b3bbf358

عرض الملف

@@ -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: