diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97f6c0f..a2b0662 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.actor_id == '7349341' steps: - uses: actions/checkout@v3 with: