Skip to content

Commit 6b3097c

Browse files
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 a55c85a.
1 parent 6bd6dc6 commit 6b3097c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/code-qa.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ on:
77
pull_request:
88
types: [opened, reopened, ready_for_review, synchronize]
99
branches: [main]
10-
pull_request_review:
11-
types: [submitted]
12-
branches: [main]
1310

1411
jobs:
1512
check-translations:
16-
if: |
17-
github.event_name != 'pull_request_review' ||
18-
github.event.review.state == 'approved'
1913
runs-on: ubuntu-latest
2014
steps:
2115
- name: Checkout code
@@ -26,9 +20,6 @@ jobs:
2620
run: node scripts/find-missing-translations.js
2721

2822
knip:
29-
if: |
30-
github.event_name != 'pull_request_review' ||
31-
github.event.review.state == 'approved'
3223
runs-on: ubuntu-latest
3324
steps:
3425
- name: Checkout code
@@ -39,9 +30,6 @@ jobs:
3930
run: pnpm knip
4031

4132
compile:
42-
if: |
43-
github.event_name != 'pull_request_review' ||
44-
github.event.review.state == 'approved'
4533
runs-on: ubuntu-latest
4634
steps:
4735
- name: Checkout code
@@ -55,9 +43,6 @@ jobs:
5543

5644
unit-test:
5745
name: platform-unit-test (${{ matrix.name }})
58-
if: |
59-
github.event_name != 'pull_request_review' ||
60-
github.event.review.state == 'approved'
6146
runs-on: ${{ matrix.os }}
6247
strategy:
6348
matrix:

0 commit comments

Comments
 (0)