diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 96f057efe..0f7dfd913 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -35,7 +35,8 @@ jobs: - name: Run test run: npm t - name: Commit changes - if: success() + # disabled on forks, commit there causes no CI run + if: success() && (github.repository_owner == 'trustwallet') uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: commit_user_name: trust-wallet-merge-bot