Skip to content

Commit

Permalink
Disable some features in the inital pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-fra committed Aug 20, 2024
1 parent 1d41a21 commit d0901e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Compile & Test
run: ./mvnw -V -B --no-transfer-progress
clean package verify
-Psonarcloud
-Psonarcloud-off
-Dsonar.projectKey=io.redlink.solr:solr-advanced-suggester
-Dsonar.skip=${{ github.actor == 'dependabot[bot]' }}
env:
Expand All @@ -64,7 +64,7 @@ jobs:
- version
- build
runs-on: ubuntu-latest
if: github.repository == 'redlink-gmbh/solr-advanced-suggester'
if: "!always() && github.repository == 'redlink-gmbh/solr-advanced-suggester'"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Compile & Test
run: ./mvnw -V -B --no-transfer-progress
clean package verify
-Psonarcloud
-Psonarcloud-off
-Dsonar.projectKey=io.redlink.solr:solr-advanced-suggester
-Dsonar.skip=${{ github.actor == 'dependabot[bot]' }}
env:
Expand Down

0 comments on commit d0901e9

Please sign in to comment.