Skip to content

Commit 1f01fa3

Browse files
committed
Don't run review workflow for coderabbit
1 parent e33c4ad commit 1f01fa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/workflow-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
jobs:
1414

1515
dummy-workflow:
16+
if: |
17+
github.event.pull_request != '' &&
18+
!contains(github.event.sender.login, 'coderabbitai[bot]')
1619
runs-on: ubuntu-latest
1720

1821
steps:

0 commit comments

Comments
 (0)