Skip to content

Commit 9aa3c46

Browse files
authored
Change PR approval condition for cap-java user (#709)
1 parent e476e8a commit 9aa3c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
requires-approval:
3434
runs-on: ubuntu-latest
3535
name: "Waiting for PR approval as this workflow runs on pull_request_target"
36-
if: github.event_name == 'pull_request_target' && github.event.pull_request.base.user.login != 'cap-js'
36+
if: github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.owner.login != 'cap-java'
3737
environment: pr-approval
3838
steps:
3939
- name: Approval Step

0 commit comments

Comments
 (0)