GH CI : add job 'needs' to ensure artifact is ready
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 28 Jul 2022 17:47:10 +0200
changeset 78 38597d675b03
parent 77 2f3d1cd0bd64
child 79 a8b434605895
GH CI : add job 'needs' to ensure artifact is ready
.github/workflows/build_bundles.yml
--- a/.github/workflows/build_bundles.yml	Thu Jul 28 17:44:10 2022 +0200
+++ b/.github/workflows/build_bundles.yml	Thu Jul 28 17:47:10 2022 +0200
@@ -10,6 +10,7 @@
     uses: ./.github/workflows/prep_sources.yml
 
   build:
+    needs: sources
     runs-on: ubuntu-latest
 
     steps: