Skip to content

Commit

Permalink
Also skip package preparation step if we are not using stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Oct 25, 2023
1 parent 3025c5f commit 8ad7aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
stack --stack-yaml "${{matrix.stack-yaml}}" test "${package}"
done
- name: "Prepare packaging"
if: ${{ matrix.stack-yaml == 'stack.yaml' }}
shell: bash
run: |
mkdir -p share/man/man1
Expand Down

0 comments on commit 8ad7aae

Please sign in to comment.