Add job1 as a dependency for job3

هذا الالتزام موجود في:
Chris Ayers
2023-12-02 11:17:02 -05:00
الأصل 1bb53d171f
التزام 6059c96c60

عرض الملف

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