Skip to content

Commit

Permalink
ci: build-yocto: add dependency on check-layer job
Browse files Browse the repository at this point in the history
We should run the jobs with some interdependence.
The check-layer job should be done first than the build jobs themselves
and if the first one fails, the rest will no longer be executed.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 11, 2024
1 parent 9023e9f commit c392e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
compile:
needs: yocto-check-layer
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit c392e1c

Please sign in to comment.