Skip to content

Commit 11c5863

Browse files
authored
Update README.md
1 parent 5ab536d commit 11c5863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151

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

0 commit comments

Comments
 (0)