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 216d6d0 commit b4aa2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
devenv search ncdu | grep "pkgs\.ncdu"
generate-examples:
runs-on: ubuntu-latest
needs: build
outputs:
examples: ${{ steps.set-examples.outputs.examples }}
steps:
Expand Down

0 comments on commit b4aa2e5

Please sign in to comment.