Add job1 as a dependency for job3
هذا الالتزام موجود في:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
job3:
|
job3:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [job2]
|
needs: [job2, job1]
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم