prevent sonar from triggering on template

This commit is contained in:
2024-11-13 04:11:15 -08:00
parent 4c4316b03c
commit 6236545ed6

View File

@@ -10,6 +10,7 @@ jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
if: ${{ !endsWith (github.repository, 'Templates/Flask') }}
steps:
- name: Checking out
uses: actions/checkout@v4