Skip to content

Commit 7d59046

Browse files
committed
chore(ci): run pull request workflow when it's ready for review
1 parent 9cd9415 commit 7d59046

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build SDK
22
on:
3-
pull_request_review:
4-
types: [ submitted ]
5-
branches: [ main ]
3+
pull_request:
4+
types: [ready_for_review]
65

76
concurrency:
87
group: start-pull-request-build-${{ github.ref }}
@@ -15,7 +14,6 @@ env:
1514

1615
jobs:
1716
aws-sdk-pr-build:
18-
if: github.event.review.state == 'approved'
1917
runs-on: ubuntu-latest
2018
permissions:
2119
id-token: write

0 commit comments

Comments
 (0)