We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c05b9 commit 376bc68Copy full SHA for 376bc68
.github/workflows/sonar.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
test:
17
runs-on: ubuntu-latest
18
- if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.repository_owner == 'java-operator-sdk' ) }}
+ if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'java-operator-sdk' ) }}
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Java and Maven
0 commit comments