Skip to content

Commit

Permalink
Fix documentation workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 4, 2023
1 parent 63811a2 commit 1e996d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: '8.0'
if: steps.changes.outputs.archi == 'true'
if: steps.changes.outputs.server == 'true'
- name: Prepare database
run: |
mysql -uroot -h127.0.0.1 -e \
Expand Down

0 comments on commit 1e996d9

Please sign in to comment.