Fix workflows for repo org change

This commit is contained in:
Janne Valkealahti
2023-11-20 18:39:55 +00:00
parent 91374ea1b2
commit 55a02f6356
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: mvn -P test-coverage verify
- name: Analyse code quality with Sonar
if: github.repository == 'spring-experimental/spring-ai'
if: github.repository == 'spring-projects/spring-ai'
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}

View File

@@ -9,7 +9,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects-experimental'
if: github.repository_owner == 'spring-projects'
steps:
- name: Checkout
uses: actions/checkout@v3