Update paths

This commit is contained in:
Andras Schmelczer 2022-05-26 21:03:27 +02:00
parent 26759a814d
commit 317d9f535e
2 changed files with 29 additions and 3 deletions

View file

@ -6,21 +6,21 @@ on:
branches:
- main
paths:
- "projects/great_ai/**"
- "great_ai/**"
- ".github/workflows/*"
jobs:
lint:
uses: ./.github/workflows/generic-lint-python.yml
with:
path_to_project: projects/great_ai
path_to_project: great_ai
sonar:
needs: lint
uses: ./.github/workflows/generic-sonarqube-python.yml
with:
project_name: great_ai
path_to_project: projects/great_ai
path_to_project: great_ai
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN }}
sonar_host: ${{ secrets.SONAR_HOST_URL }}