mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Revert "ci: trigger code-qa workflow on pull_request_review approval" (#11639)
Revert "ci: trigger code-qa workflow on pull_request_review approval (#11636)"
This reverts commit a55c85a8ec.
This commit is contained in:
parent
6bd6dc61a4
commit
6b3097cb31
1 changed files with 0 additions and 15 deletions
15
.github/workflows/code-qa.yml
vendored
15
.github/workflows/code-qa.yml
vendored
|
|
@ -7,15 +7,9 @@ on:
|
|||
pull_request:
|
||||
types: [opened, reopened, ready_for_review, synchronize]
|
||||
branches: [main]
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
check-translations:
|
||||
if: |
|
||||
github.event_name != 'pull_request_review' ||
|
||||
github.event.review.state == 'approved'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -26,9 +20,6 @@ jobs:
|
|||
run: node scripts/find-missing-translations.js
|
||||
|
||||
knip:
|
||||
if: |
|
||||
github.event_name != 'pull_request_review' ||
|
||||
github.event.review.state == 'approved'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -39,9 +30,6 @@ jobs:
|
|||
run: pnpm knip
|
||||
|
||||
compile:
|
||||
if: |
|
||||
github.event_name != 'pull_request_review' ||
|
||||
github.event.review.state == 'approved'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -55,9 +43,6 @@ jobs:
|
|||
|
||||
unit-test:
|
||||
name: platform-unit-test (${{ matrix.name }})
|
||||
if: |
|
||||
github.event_name != 'pull_request_review' ||
|
||||
github.event.review.state == 'approved'
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue