Skip to content

Commit

Permalink
ci: skip ci on autofix commits (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong authored Oct 2, 2024
1 parent 6df3e6c commit 6f7db6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Generate Docs
if: ${{ github.event_name == 'push' }}
run: pnpm docs:generate

- name: Apply fixes
uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
with:
commit-message: 'ci: apply automated fixes'
commit-message: 'ci: apply automated fixes and doc generation\n\n[skip ci]'

0 comments on commit 6f7db6e

Please sign in to comment.