prevent sonar from triggering on template

This commit is contained in:
2024-11-13 04:11:31 -08:00
parent 12025ca6f5
commit 7851c67618

View File

@@ -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