prevent sonar from triggering on template
All checks were successful
All checks were successful
This commit is contained in:
parent
12025ca6f5
commit
7851c67618
@ -10,6 +10,7 @@ jobs:
|
||||
sonarqube:
|
||||
name: SonarQube Trigger
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !endsWith (github.repository, 'Templates/Python') }}
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user