Skip to content

Commit

Permalink
only run dict sort if we're checking spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Dec 17, 2024
1 parent d48d872 commit d68d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

sort-dictionary:
runs-on: ubuntu-latest
if: inputs.sort_dictionary
if: inputs.sort_dictionary && inputs.check_type == 'spelling'
steps:
- name: "Check out PR branch"
id: checkout-pr-branch
Expand Down

0 comments on commit d68d6da

Please sign in to comment.