Skip to content

Commit

Permalink
dont run autofix when deploying
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Mar 2, 2025
1 parent 08c0732 commit b633dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

jobs:
autofix:
if: contains(github.event.head_commit.message, 'deploy') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b633dac

Please sign in to comment.