From d66cc1e6bea97681c236b127f429c10d1c92dee2 Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Sat, 16 Nov 2024 19:52:10 -0800 Subject: [PATCH] Disable autofixer on forks See discussion #684. --- .github/workflows/resyntax-autofixer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 01e6a7eca..366e5b89c 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -8,6 +8,7 @@ on: jobs: autofix: runs-on: ubuntu-latest + if: github.repository_owner == 'racket' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: