Skip to content

Commit d66cc1e

Browse files
authored
Disable autofixer on forks
See discussion #684.
1 parent 21060b7 commit d66cc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/resyntax-autofixer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
autofix:
1010
runs-on: ubuntu-latest
11+
if: github.repository_owner == 'racket'
1112
env:
1213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1314
permissions:

0 commit comments

Comments
 (0)