Skip to content

Commit

Permalink
always run code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryKwon committed Jan 14, 2025
1 parent 8c319ca commit f01c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
gpt-review:
if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
# if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
Expand Down

0 comments on commit f01c64e

Please sign in to comment.