Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/github_actions/ocr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

name: OpenCodeReview PR Review

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
pull_request:
types: [opened]
Expand Down
2 changes: 2 additions & 0 deletions examples/gitlab_ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ stages:

code-review:
stage: review
interruptible: true
resource_group: mr-review-$CI_MERGE_REQUEST_IID
image: node:20
only:
- merge_requests
Expand Down