Fix workflows for repo org change
This commit is contained in:
2
.github/workflows/continuous-inspection.yml
vendored
2
.github/workflows/continuous-inspection.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user