diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index a346122f..5472cbc0 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -72,7 +72,7 @@ jobs: with: anthropic_api_key: ccs-internal-managed github_token: ${{ steps.app-token.outputs.token }} - track_progress: true + track_progress: ${{ github.event_name != 'workflow_dispatch' }} prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}