Skip to content

Commit bc7d60b

Browse files
committed
fix(ci): keep only latest pending ReviewRouter run
1 parent 5681279 commit bc7d60b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/reviewrouter-codex.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
timeout-minutes: ${{ fromJSON(vars.REVIEW_ROUTER_TIMEOUT_MINUTES || '60') }}
1919
concurrency:
2020
group: reviewrouter-codex-oauth-${{ github.repository_id }}-codex-rotating-1163183284
21-
queue: max
2221
cancel-in-progress: false
2322
if: ${{ ((github.event_name == 'pull_request' && github.event.pull_request.draft == false) || (github.event_name == 'pull_request_target' && github.event.pull_request.draft == true && vars.REVIEW_ROUTER_REVIEW_DRAFTS == 'true')) && github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.user.type != 'Bot' }}
2423
permissions:
@@ -43,7 +42,6 @@ jobs:
4342
timeout-minutes: 60
4443
concurrency:
4544
group: reviewrouter-codex-oauth-${{ github.repository_id }}-codex-rotating-1163183284
46-
queue: max
4745
cancel-in-progress: false
4846
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
4947
permissions:

0 commit comments

Comments
 (0)