diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dc5b95..1c80efa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest name: Construction + needs: [ verif ] # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout @@ -62,6 +63,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest name: Livraison + needs: [ build ] # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout