Add job1 as a dependency for job3
هذا الالتزام موجود في:
@@ -36,7 +36,7 @@ jobs:
|
||||
job3:
|
||||
# The type of runner that the job will run on
|
||||
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:
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم