Skip to content

Commit

Permalink
chore: fix autofix (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Dec 13, 2023
1 parent 631ec26 commit 688bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
linting:
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 688bfe0

Please sign in to comment.