Skip to content

Commit

Permalink
Disable autofixer on forks
Browse files Browse the repository at this point in the history
See discussion #684.
  • Loading branch information
jackfirth authored Nov 17, 2024
1 parent 21060b7 commit d66cc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
autofix:
runs-on: ubuntu-latest
if: github.repository_owner == 'racket'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand Down

0 comments on commit d66cc1e

Please sign in to comment.