diff --git a/.github/workflows/show-changed-files.yml b/.github/workflows/show-changed-files.yml index f8a6a47ff54582f..ffa7eaa48dd4e8a 100644 --- a/.github/workflows/show-changed-files.yml +++ b/.github/workflows/show-changed-files.yml @@ -13,7 +13,7 @@ on: jobs: changed-files-links: name: Show Changed Files - if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 73139402 && contains(github.event.comment.body, '**Preview URL**') + if: github.event.issue.pull_request && github.event.issue.state == 'open' && github.event.comment.user.id == 41898282 && contains(github.event.comment.body, '**Preview URL**') runs-on: ubuntu-latest steps: - uses: actions/checkout@v4