Skip to content

Commit d36fa74

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 732195f commit d36fa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
test:
2323
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' ) }}
24+
if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' ) }}
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up Java and Maven

0 commit comments

Comments
 (0)