Skip to content

Commit

Permalink
generating examples should depend on successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 21, 2023
1 parent 0e1a7b3 commit eccc6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "examples=$json" >> $GITHUB_OUTPUT
examples:
name: ${{ matrix.example }} (${{ join(matrix.os) }})
needs: [generate-examples]
needs: [generate-examples, build]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit eccc6e6

Please sign in to comment.