Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Dec 1, 2023
1 parent 59dd10a commit 25edb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 25edb46

Please sign in to comment.