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 732195f commit d36fa74Copy full SHA for d36fa74
.github/workflows/sonar.yml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
test:
23
runs-on: ubuntu-latest
24
- if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'kubernetes-glue-operator' ) }}
+ if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' ) }}
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set up Java and Maven
0 commit comments