diff --git a/.github/workflows/gpt-code-review.yml b/.github/workflows/gpt-code-review.yml index e3ddd633e5..1b5083bf6d 100644 --- a/.github/workflows/gpt-code-review.yml +++ b/.github/workflows/gpt-code-review.yml @@ -6,13 +6,7 @@ permissions: pull-requests: write contents: read jobs: - greeting: - runs-on: ubuntu-22.04 - steps: - - run: echo "Hello from GPT code review" build: - if: false - needs: [greeting] runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -22,7 +16,9 @@ jobs: with: node-version: 18 - run: npm install code-review-gpt + if: ${{ false }} - run: npx code-review-gpt review --ci=github + if: ${{ false }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BASE_SHA: ${{ github.event.pull_request.base.sha }}