Skip to content

Commit

Permalink
dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 8, 2023
1 parent 70d6803 commit 8d79044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scalafmt-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
issue_comment:
types:
- created
workflow_dispatch:

jobs:
run-scalafmt-fix:
Expand All @@ -34,7 +35,7 @@ jobs:
fi
shell: bash
- name: Run ScalaFmt
if: steps.check-comment.outputs.comment-triggered == 'true'
if: steps.check-comment.outputs.comment-triggered == 'true' || github.event_name == 'workflow_dispatch'
run: |
sbt scalafmtAll
git config --global user.email "${{ steps.check-comment.outputs.comment-author-email }}"
Expand Down

0 comments on commit 8d79044

Please sign in to comment.