Skip to content

Commit

Permalink
feat(#2412): skip steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 18, 2023
1 parent f8d2ea1 commit 30e8cf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gpt-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 30e8cf3

Please sign in to comment.