We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e476e8a commit 9aa3c46Copy full SHA for 9aa3c46
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
requires-approval:
34
runs-on: ubuntu-latest
35
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'
+ if: github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.owner.login != 'cap-java'
37
environment: pr-approval
38
steps:
39
- name: Approval Step
0 commit comments