diff --git a/.github/workflows/imports-fix.yml b/.github/workflows/imports-fix.yml index 75aadb4b2..8877a82f7 100644 --- a/.github/workflows/imports-fix.yml +++ b/.github/workflows/imports-fix.yml @@ -12,7 +12,7 @@ jobs: name: Clean up Imports runs-on: ubuntu-latest - if: '${{ secrets.ACCESS_TOKEN }} != null' + if: github.event.pull_request.base.repo.full_name == Slimefun/Slimefun4 steps: - name: Checkout repository