We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2a5ff commit 5e5e2beCopy full SHA for 5e5e2be
.github/workflows/sonar.yml
@@ -21,14 +21,14 @@ 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 == 'java-operator-sdk' ) }}
+ if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'operator-framework' ) }}
25
steps:
26
- uses: actions/checkout@v6
27
- name: Set up Java and Maven
28
uses: actions/setup-java@v5
29
with:
30
distribution: temurin
31
- java-version: 25
+ java-version: 17
32
cache: 'maven'
33
- name: Cache SonarCloud packages
34
uses: actions/cache@v5
0 commit comments